]> diplodocus.org Git - nmh/blobdiff - sbr/context_read.c
Replace getcpy() with mh_xstrdup() where the string isn't NULL.
[nmh] / sbr / context_read.c
index de14b0d560920aec7b7fb7231b394536b5d24d71..adaa172b5f132ad779c6781b81e5b88cbf298a7d 100644 (file)
@@ -32,8 +32,8 @@ context_read (void)
     char                       *cp;            /* miscellaneous pointer */
     char                       *nd;            /* nmh directory pointer */
     struct     stat            st;             /* stat() results */
-    register   struct  passwd  *pw;            /* getpwuid() results */
-    register   FILE            *ib;            /* profile and context file pointer */
+    struct     passwd          *pw;            /* getpwuid() results */
+    FILE                       *ib;            /* profile and context file pointer */
     int failed_to_lock = 0;
 
     /*