X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/e3079c96bcca88191f3aeae4d30ef1c4d7437926..85181929f3e1a08baab9a76f0b01d4837aee679e:/usr/src/cmd/dd.c diff --git a/usr/src/cmd/dd.c b/usr/src/cmd/dd.c index 930af9b59d..85d5c03fef 100644 --- a/usr/src/cmd/dd.c +++ b/usr/src/cmd/dd.c @@ -1,7 +1,7 @@ #include #include -#define BIG 32767 +#define BIG 2147483647 #define LCASE 01 #define UCASE 02 #define SWAB 04