afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / fsint / afsaux.c
index ce8c592..1615da0 100644 (file)
@@ -7,10 +7,16 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#ifndef lint
-#endif
 #ifdef KERNEL
 #include "../afs/param.h"
+#else
+#include <afs/param.h>
+#endif
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
+#ifdef KERNEL
 #if defined(UKERNEL)
 #include "../afs/sysincludes.h"
 #include "../afs/afsincludes.h"
@@ -38,7 +44,6 @@
 #endif /* defined(UKERNEL) */
 #include "../afsint/afsint.h"
 #else /* KERNEL */
-# include <afs/param.h>
 # include <rx/xdr.h>
 # include "afsint.h"
 #endif /* KERNEL */