]> andersk Git - moira.git/blobdiff - lib/nfsparttype.c
eliminate use of the `register' keyword: let the compiler decide
[moira.git] / lib / nfsparttype.c
index c9782d1f201590658b4ef19f79bace16ae5cc0eb..2aec68f2a21bcb6a65699206fc00e622e4f37e33 100644 (file)
@@ -49,7 +49,7 @@ static struct pair fs_names[] = {
 char *format_filesys_type(char *fs_status)
 {
   char buf[BUFSIZ];
-  register struct pair *pp;
+  struct pair *pp;
 
   int n_names = 0;
   int stat = atoi(fs_status);
@@ -87,8 +87,8 @@ char *format_filesys_type(char *fs_status)
  */
 char *parse_filesys_type(char *fs_type_name)
 {
-  register struct pair *pp;
-  register char *cp = fs_type_name;
+  struct pair *pp;
+  char *cp = fs_type_name;
   char temp[BUFSIZ];
   int flags = 0;
 
This page took 0.205062 seconds and 4 git commands to generate.