diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-09 01:52:46 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-06-09 01:52:46 +0000 |
commit | 84f27aa8e68f6ff35993383859c3a07f3bc56c2e (patch) | |
tree | ece2598dab2a8fcdf149813c4aadcfe8e5b5e478 /kerberosIV/lib | |
parent | 59ae54dffb34b6596275788a4a35e78588fcde26 (diff) |
Prototype for xfspioctl() syscall.
Diffstat (limited to 'kerberosIV/lib')
-rw-r--r-- | kerberosIV/lib/kafs/afssys_openbsd.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/kerberosIV/lib/kafs/afssys_openbsd.c b/kerberosIV/lib/kafs/afssys_openbsd.c index 2e413e2d419..093721aefdb 100644 --- a/kerberosIV/lib/kafs/afssys_openbsd.c +++ b/kerberosIV/lib/kafs/afssys_openbsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: afssys_openbsd.c,v 1.1 2000/03/02 10:17:28 art Exp $ */ +/* $OpenBSD: afssys_openbsd.c,v 1.2 2002/06/09 01:52:45 hin Exp $ */ /* $KTH: afssys.c,v 1.57 1998/05/09 17:19:03 joda Exp $ */ /* @@ -41,6 +41,11 @@ #include "kafs_locl.h" +int +xfspioctl(int operation, char *a_pathP, + int a_opcode, struct ViceIoctl *a_paramsP, + int a_followSymlinks); + int _kafs_debug; int |