summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/kafs/afssysdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/kafs/afssysdefs.h')
-rw-r--r--crypto/heimdal/lib/kafs/afssysdefs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/kafs/afssysdefs.h b/crypto/heimdal/lib/kafs/afssysdefs.h
index bfda36a..dd52a21 100644
--- a/crypto/heimdal/lib/kafs/afssysdefs.h
+++ b/crypto/heimdal/lib/kafs/afssysdefs.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-/* $Id: afssysdefs.h,v 1.26 2003/02/08 22:55:55 assar Exp $ */
+/* $Id: afssysdefs.h 14102 2004-08-09 13:41:32Z lha $ */
/*
* This section is for machines using single entry point AFS syscalls!
@@ -90,6 +90,12 @@
#endif
#endif /* __FreeBSD__ */
+#ifdef __DragonFly__
+#ifndef AFS_SYSCALL
+#define AFS_SYSCALL 339
+#endif
+#endif
+
#ifdef __OpenBSD__
#define AFS_SYSCALL 208
#endif
OpenPOWER on IntegriCloud