]> diplodocus.org Git - nmh/blobdiff - uip/mhbuild.c
Add -noprefer switch to mhshow, mhstore, and mhlist
[nmh] / uip / mhbuild.c
index d3761c0f2350008378ce138264784660bf474c1e..faf9aa3bc6e9d84a29c3a1d0ffbc19ccaf6cad8e 100644 (file)
@@ -289,7 +289,7 @@ main (int argc, char **argv)
      */
     if ((cp = getenv ("MHBUILD"))) {
        if ((fp = fopen (cp, "r"))) {
-           readconfig ((struct node **) 0, fp, cp, 0);
+           readconfig(NULL, fp, cp, 0);
            fclose (fp);
        } else {
            admonish ("", "unable to read $MHBUILD profile (%s)", cp);
@@ -300,7 +300,7 @@ main (int argc, char **argv)
      * Read the standard profile setup
      */
     if ((fp = fopen (cp = etcpath ("mhn.defaults"), "r"))) {
-       readconfig ((struct node **) 0, fp, cp, 0);
+       readconfig(NULL, fp, cp, 0);
        fclose (fp);
     }