git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eb00f91
)
afssyscalls-declarations-20050815
author
Jeffrey Altman
<jaltman@secure-endpoints.com>
Mon, 15 Aug 2005 18:35:05 +0000 (18:35 +0000)
committer
Jeffrey Altman
<jaltman@secure-endpoints.com>
Mon, 15 Aug 2005 18:35:05 +0000 (18:35 +0000)
declare lsetpag() and lpioctl() since they are exported
src/sys/afssyscalls.h
patch
|
blob
|
history
diff --git
a/src/sys/afssyscalls.h
b/src/sys/afssyscalls.h
index
9968566
..
4adebcd
100644
(file)
--- a/
src/sys/afssyscalls.h
+++ b/
src/sys/afssyscalls.h
@@
-132,6
+132,10
@@
extern char *PrintInode();
#endif /* AFS_NAMEI_ENV */
+/* Declarations for lsetpag and lpioctl */
+int lsetpag(void);
+int lpioctl(char *path, int cmd, char *cmarg, int follow);
+
#endif /* AFS_NT40_ENV */
#endif /* AFS_AFSSYSCALLS_H */