BSD 4 release
[unix-history] / usr / src / cmd / deroff.c
index e3732c3..c0cb3a0 100644 (file)
@@ -1,3 +1,4 @@
+static char *sccsid = "@(#)deroff.c    4.1 (Berkeley) 10/1/80";
 char *xxxvers = "\nDeroff Version 1.02    24 July 1978\n";
 
 
 char *xxxvers = "\nDeroff Version 1.02    24 July 1978\n";
 
 
@@ -32,7 +33,7 @@ int intable = NO;
 
 char chars[128];  /* SPECIAL, APOS, DIGIT, or LETTER */
 
 
 char chars[128];  /* SPECIAL, APOS, DIGIT, or LETTER */
 
-char line[512];
+char line[BUFSIZ];
 char *lp;
 
 int c;
 char *lp;
 
 int c;