fix FreeBSD section

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11639 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2003-02-08 22:55:55 +00:00
parent a41edfc6e7
commit 429cbd12a0

View File

@@ -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).
* All rights reserved.
*
@@ -83,11 +83,12 @@
#endif
#if defined(__FreeBSD__)
#ifdef __FreeBSD_version >= 500000
#if __FreeBSD_version >= 500000
#define AFS_SYSCALL 339
#else
#define AFS_SYSCALL 210
#endif
#endif /* __FreeBSD__ */
#ifdef __OpenBSD__
#define AFS_SYSCALL 208