Drop register storage class
[mmh] / uip / flist.c
index 091def7..68acabb 100644 (file)
@@ -677,7 +677,7 @@ do_readonly_folders(void)
 {
        int atrlen;
        char atrcur[BUFSIZ];
-       register struct node *np;
+       struct node *np;
 
        snprintf(atrcur, sizeof(atrcur), "atr-%s-", seq_cur);
        atrlen = strlen(atrcur);