From: Philip Homburg Date: Fri, 24 Feb 2006 12:53:54 +0000 (+0000) Subject: Allow bigger sizes. X-Git-Tag: v3.1.2a~321 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-signzone.html?a=commitdiff_plain;h=f1bf17aa681edf82d5b5602fed9244a1e556cb06;p=minix.git Allow bigger sizes. --- diff --git a/commands/ibm/part.c b/commands/ibm/part.c index 8cbb4ccf6..5c584fb0d 100755 --- a/commands/ibm/part.c +++ b/commands/ibm/part.c @@ -45,7 +45,7 @@ Num Sort Type 3 p3 00 None 0 0 0 0 0 -1 0 0 0 */ -#define MAXSIZE 99999999L /* Will 100 G be enough this year? */ +#define MAXSIZE 999999999L /* Will 1T be enough this year? */ #define SECTOR_SIZE 512 #define DEV_FD0 0x200 /* Device number of /dev/fd0 */ #define DEV_C0D0 0x300 /* Device number of /dev/c0d0 */