LINE_MAX -> _BSD_LINE_MAX
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 07:47:28 +0000 (23:47 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 07:47:28 +0000 (23:47 -0800)
SCCS-vsn: usr.bin/comm/comm.c 5.5

usr/src/usr.bin/comm/comm.c

index d2b8b71..a254df0 100644 (file)
@@ -15,14 +15,14 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)comm.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)comm.c     5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/file.h>
 #include <limits.h>
 #include <stdio.h>
 
 #endif /* not lint */
 
 #include <sys/file.h>
 #include <limits.h>
 #include <stdio.h>
 
-#define        MAXLINELEN      (LINE_MAX + 1)
+#define        MAXLINELEN      (_BSD_LINE_MAX + 1)
 
 char *tabs[] = { "", "\t", "\t\t" };
 
 
 char *tabs[] = { "", "\t", "\t\t" };