STABLE14-darwin-fstrace-20050325

holy crap, it just worked.


(cherry picked from commit 977184e22026ae177427faf6c31fe920cbfae7e6)
This commit is contained in:
Derrick Brashear 2005-03-26 00:45:34 +00:00
parent e5c5c20d80
commit 90902b7972
2 changed files with 4 additions and 2 deletions

View File

@ -35,7 +35,9 @@ afszcm.cat: afs_trace.msf
/usr/etc/gencat afszcm.cat afs_trace.msf ;; \
*_linux* | *_umlinux* ) \
gencat --new afszcm.cat afs_trace.msf ;; \
*_darwin_* | i386_fbsd*) \
*_darwin_* ) \
gencat -new afszcm.cat afs_trace.msf ;; \
i386_fbsd*) \
echo No gencat for ${SYS_NAME} ;; \
* ) \
gencat afszcm.cat afs_trace.msf ;; \

View File

@ -18,7 +18,7 @@ RCSID
#include <stdio.h>
#include <sys/types.h>
#if !defined(AFS_SUN3_ENV) && !defined(sys_vax_ul43) && !defined(AFS_DARWIN_ENV)
#if !defined(AFS_SUN3_ENV) && !defined(sys_vax_ul43)
#include <time.h>
/*#ifdef AFS_AIX_ENV*/
#include <sys/time.h>