]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-aix-build-fix-20060413 openafs-stable-1_4_1
authorTom Keiser <tkeiser@gmail.com>
Fri, 14 Apr 2006 14:13:49 +0000 (14:13 +0000)
committerDerrick Brashear <shadow@dementia.org>
Fri, 14 Apr 2006 14:13:49 +0000 (14:13 +0000)
FIXES 30089

don't include this other than in kernel

(cherry picked from commit c77421ff087d059b8723b8e44f19a87e860d5593)

src/rxkad/rxkad_server.c

index a74237be059a424d783eabe090dae4183463c89b..2e5d091e0c060000f0e40a56e7c915ab11a7c92b 100644 (file)
@@ -19,7 +19,7 @@ RCSID
 
 #include <afs/stds.h>
 #include <sys/types.h>
-#if defined(AFS_AIX_ENV) || defined(AFS_AUX_ENV) || defined(AFS_SUN5_ENV) 
+#if (defined(AFS_AIX_ENV) && defined(KERNEL) && !defined(UKERNEL)) || defined(AFS_AUX_ENV) || defined(AFS_SUN5_ENV) 
 #include <sys/systm.h>
 #endif
 #include <time.h>