]> diplodocus.org Git - nmh/blobdiff - uip/whatnowsbr.c
sbr/mf.c: Rename path to routepath to avoid h/mh.h clash.
[nmh] / uip / whatnowsbr.c
index 68c534ebd48509f5535374226e0e1aef2d0f3bf6..6c82e24dd1c445c52248d715f4199b6a9d42d85e 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * whatnowsbr.c -- the WhatNow shell
+/* whatnowsbr.c -- the WhatNow shell
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -1313,7 +1311,7 @@ checkmimeheader (char *drft)
 {
     FILE *f;
     m_getfld_state_t gstate = 0;
-    char buf[BUFSIZ], name[NAMESZ];
+    char buf[NMH_BUFSIZ], name[NAMESZ];
     int state, retval = 0;
 
     if ((f = fopen(drft, "r")) == NULL) {