diff options
-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 |