death to register
[openafs.git] / src / butc / tcmain.c
index 67d4088..f7cecbd 100644 (file)
@@ -123,10 +123,10 @@ osi_audit(void)
 }
 
 static afs_int32
-SafeATOL(register char *anum)
+SafeATOL(char *anum)
 {
-    register afs_int32 total;
-    register int tc;
+    afs_int32 total;
+    int tc;
 
     total = 0;
     while ((tc = *anum)) {
@@ -838,7 +838,7 @@ GetConfigParams(char *filename, afs_int32 port)
 static int
 WorkerBee(struct cmd_syndesc *as, void *arock)
 {
-    register afs_int32 code;
+    afs_int32 code;
     struct rx_securityClass *(securityObjects[3]);
     struct rx_service *service;
     time_t tokenExpires;
@@ -1161,8 +1161,8 @@ WorkerBee(struct cmd_syndesc *as, void *arock)
 int
 main(int argc, char **argv)
 {
-    register struct cmd_syndesc *ts;
-    register struct cmd_item *ti;
+    struct cmd_syndesc *ts;
+    struct cmd_item *ti;
 
 #ifdef AFS_AIX32_ENV
     /*