date and time created 83/08/05 13:34:37 by sam
[unix-history] / usr / src / old / make / misc.c
index 601aaf6..04d1e69 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)misc.c      4.1 (Berkeley) 81/02/28";
+static char *sccsid = "@(#)misc.c      4.2 (Berkeley) 82/10/19";
 #include "defs"
 
 FSTATIC struct nameblock *hashtab[HASHSIZE];
 #include "defs"
 
 FSTATIC struct nameblock *hashtab[HASHSIZE];
@@ -251,7 +251,7 @@ return(vp);
 fatal1(s, t)
 char *s, *t;
 {
 fatal1(s, t)
 char *s, *t;
 {
-char buf[100];
+char buf[BUFSIZ];
 sprintf(buf, s, t);
 fatal(buf);
 }
 sprintf(buf, s, t);
 fatal(buf);
 }