change max line length to 2048
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 1 May 1987 00:00:35 +0000 (16:00 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 1 May 1987 00:00:35 +0000 (16:00 -0800)
SCCS-vsn: usr.bin/sort/sort.c 4.12

usr/src/usr.bin/sort/sort.c

index 3356689..78d4240 100644 (file)
@@ -1,11 +1,11 @@
-static char *sccsid = "@(#)sort.c      4.11 (Berkeley) %G%";
+static char *sccsid = "@(#)sort.c      4.12 (Berkeley) %G%";
 #include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 
 #include <stdio.h>
 #include <ctype.h>
 #include <signal.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#define        L       1024
+#define        L       2048
 #define        N       7
 #define        C       20
 #ifndef pdp11
 #define        N       7
 #define        C       20
 #ifndef pdp11