summaryrefslogtreecommitdiff
path: root/sbin/fdisk/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fdisk/cmd.c')
-rw-r--r--sbin/fdisk/cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fdisk/cmd.c b/sbin/fdisk/cmd.c
index 704e39c7104..0cc388cfe7f 100644
--- a/sbin/fdisk/cmd.c
+++ b/sbin/fdisk/cmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd.c,v 1.8 1997/10/18 11:52:32 deraadt Exp $ */
+/* $OpenBSD: cmd.c,v 1.9 1997/10/19 23:13:48 deraadt Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -239,6 +239,7 @@ Xprint(cmd, disk, mbr, tt, offset)
int offset;
{
+ DISK_printmetrics(disk);
printf("Offset: %d\t", offset);
MBR_print(mbr);