From: Keith Bostic Date: Mon, 23 Mar 1987 09:10:27 +0000 (-0800) Subject: LINSIZE jumped to 1024 X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~5020 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/6321809cd53a4e84444bbaeaae6b4b51767852c5?hp=9d9d28da717c82748c594600d452e7160dacc638 LINSIZE jumped to 1024 SCCS-vsn: old/adb/adb.vax/mode.h 4.3 --- diff --git a/usr/src/old/adb/adb.vax/mode.h b/usr/src/old/adb/adb.vax/mode.h index 7ac35d285f..f0b846310c 100644 --- a/usr/src/old/adb/adb.vax/mode.h +++ b/usr/src/old/adb/adb.vax/mode.h @@ -1,4 +1,4 @@ -/* mode.h 4.2 81/05/14 */ +/* mode.h 4.3 87/03/22 */ #include "machine.h" /* @@ -7,7 +7,7 @@ #define MAXCOM 64 #define MAXARG 32 -#define LINSIZ 512 +#define LINSIZ 1024 TYPE long ADDR; TYPE short INT; TYPE int VOID;