From 9f53216d9549f7ec93ab26c8c22593b7b5840d13 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 2 Apr 1998 10:50:32 +0000 Subject: remove the last uses of spt and tpc --- sys/arch/i386/stand/installboot/installboot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand') diff --git a/sys/arch/i386/stand/installboot/installboot.c b/sys/arch/i386/stand/installboot/installboot.c index a342806b3ae..18030a03c85 100644 --- a/sys/arch/i386/stand/installboot/installboot.c +++ b/sys/arch/i386/stand/installboot/installboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: installboot.c,v 1.28 1998/03/11 15:36:44 deraadt Exp $ */ +/* $OpenBSD: installboot.c,v 1.29 1998/04/02 10:50:31 deraadt Exp $ */ /* $NetBSD: installboot.c,v 1.5 1995/11/17 23:23:50 gwr Exp $ */ /* @@ -458,7 +458,7 @@ loadblocknums(boot, devfd, dl) } if (verbose) - fprintf(stderr, "Using disk geometry of %u spt and %u tpc.\n", + fprintf(stderr, "Using disk geometry of %u sectors and %u heads.\n", dl->d_nsectors, dl->d_secpercyl/dl->d_nsectors); /* * Get the block numbers; we don't handle fragments -- cgit v1.2.3