Date: Tue, 10 Apr 2007 11:06:49 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 117825 for review Message-ID: <200704101106.l3AB6nhF071418@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=117825 Change 117825 by rwatson@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704101106.l3AB6nhF071418>