From f1bf17aa681edf82d5b5602fed9244a1e556cb06 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Fri, 24 Feb 2006 12:53:54 +0000 Subject: [PATCH] Allow bigger sizes. --- commands/ibm/part.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.44.0