de-"register" src/WINNT
[openafs.git] / src / WINNT / afsd / cklog.c
index d3a5177..2456fcb 100644 (file)
@@ -73,7 +73,7 @@ void main (argc, argv)
 static char *getpipepass() {
     static char gpbuf[BUFSIZ];
     /* read a password from stdin, stop on \n or eof */
-    register int i, tc;
+    int i, tc;
     memset(gpbuf, 0, sizeof(gpbuf));
     for(i=0; i<(sizeof(gpbuf)-1); i++) {
        tc = fgetc(stdin);