]> andersk Git - moira.git/blobdiff - clients/moira/attach.c
eliminate use of the `register' keyword: let the compiler decide
[moira.git] / clients / moira / attach.c
index d1a7e2e1619c4643aeea349ed05f0182ca2806f8..c2f98168caaa999aec34c83a29efd3750bceb94e 100644 (file)
@@ -948,7 +948,7 @@ int GetFSAlias(int argc, char **argv)
 
 int CreateFSAlias(int argc, char **argv)
 {
-  register int stat;
+  int stat;
   struct qelem *elem, *top;
   char *args[MAX_ARGS_SIZE], buf[BUFSIZ], **info;
 
This page took 0.033781 seconds and 4 git commands to generate.