ifdef protect AFS_SYSCALL for DragonFly since they still define

__FreeBSD__ (and __FreeBSD_version), but claim that they will stop
doing it some time...


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14102 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-08-09 13:41:32 +00:00
parent 7a20eef04a
commit 350845db92

View File

@@ -91,8 +91,10 @@
#endif /* __FreeBSD__ */ #endif /* __FreeBSD__ */
#ifdef __DragonFly__ #ifdef __DragonFly__
#ifndef AFS_SYSCALL
#define AFS_SYSCALL 339 #define AFS_SYSCALL 339
#endif #endif
#endif
#ifdef __OpenBSD__ #ifdef __OpenBSD__
#define AFS_SYSCALL 208 #define AFS_SYSCALL 208