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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user