mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
STABLE14-darwin-fstrace-20050325
holy crap, it just worked. (cherry picked from commit 977184e22026ae177427faf6c31fe920cbfae7e6)
This commit is contained in:
parent
e5c5c20d80
commit
90902b7972
@ -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 ;; \
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user