diff options
Diffstat (limited to 'sys/arch/mvmeppc/stand/bootxx/bootxx.c')
-rw-r--r-- | sys/arch/mvmeppc/stand/bootxx/bootxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/bootxx/bootxx.c b/sys/arch/mvmeppc/stand/bootxx/bootxx.c index c39339e550d..9824ff04148 100644 --- a/sys/arch/mvmeppc/stand/bootxx/bootxx.c +++ b/sys/arch/mvmeppc/stand/bootxx/bootxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootxx.c,v 1.2 2002/03/14 03:15:58 millert Exp $ */ +/* $OpenBSD: bootxx.c,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */ /* * Copyright (c) 1994 Paul Kranenburg @@ -63,7 +63,7 @@ */ int block_size = 512; /* default */ int block_count = MAXBLOCKNUM; /* length of table */ -daddr_t block_table[MAXBLOCKNUM] = { 0 }; +daddr32_t block_table[MAXBLOCKNUM] = { 0 }; extern char *version; |