PERFORCE change 117825 for review
Robert Watson
rwatson at FreeBSD.org
Tue Apr 10 11:06:51 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=117825
Change 117825 by rwatson at rwatson_cinnamon_afs on 2007/04/10 11:05:59
Fix #ifdefs in afssysdefs.h to compile on FreeBSD -- this should
probably be upstreamed also.
Affected files ...
.. //depot/projects/arla/sys/fs/nnpfs/afssysdefs.h#2 edit
Differences ...
==== //depot/projects/arla/sys/fs/nnpfs/afssysdefs.h#2 (text+ko) ====
@@ -42,6 +42,7 @@
* entry point syscalls.
*/
+#ifdef SunOS
#if SunOS == 40
#define AFS_SYSCALL 31
#endif
@@ -57,6 +58,7 @@
#if SunOS >= 58
#define AFS_SYSCALL 65
#endif
+#endif
#if defined(__hpux)
#define AFS_SYSCALL 50
More information about the p4-projects
mailing list