]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
dropsbr.c: Remove unused ntohl() macro, and its NTOHLSWAP test.
[nmh] / uip / mhshow.c
index cf38ecf1df6c916de62ff3ab5d7e2833e5f31414..8c604ad8689dc774903e821fe7a6f9bd8fe1e262 100644 (file)
@@ -280,7 +280,7 @@ do_cache:
      */
     if ((cp = getenv ("MHSHOW"))) {
        if ((fp = fopen (cp, "r"))) {
-           readconfig ((struct node **) 0, fp, cp, 0);
+           readconfig(NULL, fp, cp, 0);
            fclose (fp);
        } else {
            admonish ("", "unable to read $MHSHOW profile (%s)", cp);
@@ -291,7 +291,7 @@ do_cache:
      * 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);
     }