summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1998-02-23 05:11:40 +0000
committerart <art@openbsd.org>1998-02-23 05:11:40 +0000
commit3449889510b55af3ad92cca0a8ebe91b4c9e8af3 (patch)
treed82c968b1789325f171ac92231dfa5bc50ae9822
parentMake cua device instead of ttym (diff)
downloadwireguard-openbsd-3449889510b55af3ad92cca0a8ebe91b4c9e8af3.tar.xz
wireguard-openbsd-3449889510b55af3ad92cca0a8ebe91b4c9e8af3.zip
OpenBSD uses 210 for pioctl.
-rw-r--r--kerberosIV/kafs/afssysdefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberosIV/kafs/afssysdefs.h b/kerberosIV/kafs/afssysdefs.h
index 0a35fe2e70e..371a630d6ec 100644
--- a/kerberosIV/kafs/afssysdefs.h
+++ b/kerberosIV/kafs/afssysdefs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: afssysdefs.h,v 1.3 1997/12/12 11:46:32 art Exp $ */
+/* $OpenBSD: afssysdefs.h,v 1.4 1998/02/23 05:11:40 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.3 1997/12/12 11:46:32 art Exp $ */
+/* $Id: afssysdefs.h,v 1.4 1998/02/23 05:11:40 art Exp $ */
/*
* This section is for machines using single entry point AFS syscalls!
@@ -80,7 +80,7 @@
#define AFS_SYSCALL 31
#endif
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || defined (__OpenBSD__)
#define AFS_SYSCALL 210
#endif