]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
rx-include-afsconfig-before-param-h-20040515
authorDerrick Brashear <shadow@dementia.org>
Sat, 15 May 2004 05:53:30 +0000 (05:53 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sat, 15 May 2004 05:53:30 +0000 (05:53 +0000)
FIXES 4578

make sure afsconfig.h is included before afs/param.h

src/rx/rx_clock.c
src/rx/rx_conncache.c
src/rx/rx_null.c
src/rx/xdr_afsuuid.c
src/rx/xdr_rx.c

index 438182d4b9393923976406bc426790f9e28cea0f..63213fcf3a6b0fa25ceaec5ce1fafa2c55ac6ba6 100644 (file)
 /* Elapsed time package */
 /* See rx_clock.h for calling conventions */
 
+#include <afsconfig.h>
 #ifdef KERNEL
 #include "afs/param.h"
 #else
 #include <afs/param.h>
 #endif
-#include <afsconfig.h>
 
 #ifdef AFS_SUN59_ENV
 #include <sys/time_impl.h>
index 71b4b53672c4758599c85e85cc642d1292d116af..b447c7fd5425b844a74f583504e1d3d23e5d4e12 100644 (file)
  * Implement caching of rx connections.
  */
 
+#include <afsconfig.h>
 #ifdef UKERNEL
 #include "afs/param.h"
 #else
 #include <afs/param.h>
 #endif
-#include <afsconfig.h>
 
 RCSID
     ("$Header$");
index 5a1d5354e18724aa43db195bd046650cb6593ea5..d8ff2c119e08abad8022f9c04bd769bbf1c0ab22 100644 (file)
@@ -7,12 +7,12 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
+#include <afsconfig.h>
 #ifdef KERNEL
 #include "afs/param.h"
 #else
 #include <afs/param.h>
 #endif
-#include <afsconfig.h>
 
 RCSID
     ("$Header$");
index bd58d61760e4fd6a15f379ca127f5d187a2367b4..f748500507ee77623409f32a70eccca718e6b0f6 100644 (file)
@@ -11,8 +11,8 @@
  * xdr_afsuuid.c, XDR routine for built in afsUUID data type.
  */
 
-#include "afs/param.h"
 #include <afsconfig.h>
+#include "afs/param.h"
 
 RCSID
     ("$Header$");
index ea47a97da7d94fb0d7de4b35187373632c90ca25..2c752588ade915f65e08e6501b7b674804299b10 100644 (file)
  * xdr_rx.c.  XDR using RX. 
  */
 
+#include <afsconfig.h>
 #ifdef KERNEL
 #include "afs/param.h"
 #else
 #include <afs/param.h>
 #endif
-#include <afsconfig.h>
 
 RCSID
     ("$Header$");