summaryrefslogtreecommitdiff
path: root/kerberosIV
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-09-15 17:09:08 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-09-15 17:09:08 +0000
commitea1c3196105b31a23971cb11866a711a90185bde (patch)
tree7bdf4d1dc0e25575ae28c3000815463c76af72d9 /kerberosIV
parent61dcba470cdc03cc27e2caa96efaa2b4f84b1144 (diff)
XXX - temporary fix so that libkafs works before XFS is built in all kernels
Diffstat (limited to 'kerberosIV')
-rw-r--r--kerberosIV/kafs/afssysdefs.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/kerberosIV/kafs/afssysdefs.h b/kerberosIV/kafs/afssysdefs.h
index 371a630d6ec..9fd6964a391 100644
--- a/kerberosIV/kafs/afssysdefs.h
+++ b/kerberosIV/kafs/afssysdefs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: afssysdefs.h,v 1.4 1998/02/23 05:11:40 art Exp $ */
+/* $OpenBSD: afssysdefs.h,v 1.5 1998/09/15 17:09:07 art Exp $ */
/*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*/
-/* $Id: afssysdefs.h,v 1.4 1998/02/23 05:11:40 art Exp $ */
+/* $Id: afssysdefs.h,v 1.5 1998/09/15 17:09:07 art Exp $ */
/*
* This section is for machines using single entry point AFS syscalls!
@@ -80,7 +80,11 @@
#define AFS_SYSCALL 31
#endif
-#if defined(__NetBSD__) || defined (__OpenBSD__)
+#ifdef OpenBSD
+#define AFS_SYSCALL 208
+#endif
+
+#if defined(__NetBSD__)
#define AFS_SYSCALL 210
#endif