afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / venus / kdump.c
index dc13a12..46ac911 100644 (file)
@@ -7,6 +7,11 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
+#include <afs/param.h>
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
 #include <stdio.h>
 #include <stdlib.h>    /* for malloc() */
 #include <string.h>
@@ -48,8 +53,6 @@ struct ntfs_inode_info{};
 /* This tells afs.h to pick up afs_args from the dest tree. */
 #define KDUMP_KERNEL
 
-#include <afs/param.h>
-
 /*
  * Need to include <netdb.h> before _KERNEL is defined since on IRIX 6.5
  * <netdb.h> includes <netinet/in.h>, which in turn declares inet_addr()