summaryrefslogtreecommitdiff
path: root/sys/i386/isa/diskslice_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/diskslice_machdep.c')
-rw-r--r--sys/i386/isa/diskslice_machdep.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/diskslice_machdep.c b/sys/i386/isa/diskslice_machdep.c
index 95e89d06bc9c..6c788a60eada 100644
--- a/sys/i386/isa/diskslice_machdep.c
+++ b/sys/i386/isa/diskslice_machdep.c
@@ -35,7 +35,7 @@
*
* from: @(#)ufs_disksubr.c 7.16 (Berkeley) 5/4/91
* from: ufs_disksubr.c,v 1.8 1994/06/07 01:21:39 phk Exp $
- * $Id: diskslice_machdep.c,v 1.26 1997/09/27 15:34:34 joerg Exp $
+ * $Id: diskslice_machdep.c,v 1.27 1997/12/02 21:06:20 phk Exp $
*/
#include <stddef.h>
@@ -137,8 +137,8 @@ check_part(sname, dp, offset, nsectors, ntracks, mbr_offset )
error = (ssector == ssector1 && esector == esector1) ? 0 : EINVAL;
if (bootverbose)
printf("%s: type 0x%x, start %lu, end = %lu, size %lu %s\n",
- sname, dp->dp_typ, ssector1, esector1, dp->dp_size,
- error ? "" : ": OK");
+ sname, dp->dp_typ, ssector1, esector1,
+ (u_long)dp->dp_size, error ? "" : ": OK");
if (ssector != ssector1 && bootverbose)
printf("%s: C/H/S start %d/%d/%d (%lu) != start %lu: invalid\n",
sname, chs_scyl, dp->dp_shd, chs_ssect,