freelance-updates-20011031
[openafs.git] / src / update / server.c
index bf584a7..8f22b9e 100644 (file)
@@ -7,8 +7,11 @@
  * directory or online at http://www.openafs.org/dl/license10.html
  */
 
-#include <afs/param.h>
 #include <afsconfig.h>
+#include <afs/param.h>
+
+RCSID("$Header$");
+
 #include <afs/stds.h>
 #ifdef AFS_AIX32_ENV
 #include <signal.h>
 #endif
 #ifdef HAVE_STRING_H
 #include <string.h>
-#endif
+#else
 #ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif
+#endif
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <afs/cellconfig.h>
 #include <afs/afsutil.h>
 #include <afs/fileutil.h>
-
-RCSID("$Header$");
-
 #include "update.h"
 #include "global.h"
 
-
 extern int UPDATE_ExecuteRequest();
 static int AddObject(char **expPath, char *dir);
 static int PathInDirectory(char *dir, char *path);
@@ -176,7 +176,6 @@ int main (argc, argv)
     struct rx_securityClass *securityObjects[3];
     struct rx_service *service;
     extern struct rx_securityClass *rxnull_NewServerSecurityObject();
-    extern afs_int32 afsconf_GetKey();
 
     int a = 0;
     rxkad_level level;