]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
sysincludes-first-20060302
authorJim Rees <rees@umich.edu>
Thu, 2 Mar 2006 22:42:56 +0000 (22:42 +0000)
committerJim Rees <rees@umich.edu>
Thu, 2 Mar 2006 22:42:56 +0000 (22:42 +0000)
afs/sysincludes before other sys includes, please.

src/rx/xdr_rx.c

index dbeb6f5ef7df9dc47d6bb19a93f6da0b0d21fb58..fe79fbd161ae3a11fe0a7d100fc830f7e451d8a3 100644 (file)
@@ -22,6 +22,7 @@ RCSID
     ("$Header$");
 
 #ifdef KERNEL
+#include "afs/sysincludes.h"
 #ifndef UKERNEL
 #include "h/types.h"
 #include "h/uio.h"
@@ -49,7 +50,6 @@ RCSID
 #include "rx/xdr.h"
 #include "netinet/in.h"
 #else /* !UKERNEL */
-#include "afs/sysincludes.h"
 #include "rpc/types.h"
 #include "rpc/xdr.h"
 #endif /* !UKERNEL */