fix FreeBSD section
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11639 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1995 - 2003 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -83,11 +83,12 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__FreeBSD__)
|
#if defined(__FreeBSD__)
|
||||||
#ifdef __FreeBSD_version >= 500000
|
#if __FreeBSD_version >= 500000
|
||||||
#define AFS_SYSCALL 339
|
#define AFS_SYSCALL 339
|
||||||
#else
|
#else
|
||||||
#define AFS_SYSCALL 210
|
#define AFS_SYSCALL 210
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* __FreeBSD__ */
|
||||||
|
|
||||||
#ifdef __OpenBSD__
|
#ifdef __OpenBSD__
|
||||||
#define AFS_SYSCALL 208
|
#define AFS_SYSCALL 208
|
||||||
|
Reference in New Issue
Block a user