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 438182d..63213fc 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 71b4b53..b447c7f 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 5a1d535..d8ff2c1 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 bd58d61..f748500 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 ea47a97..2c75258 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$");