diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-02 10:50:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-02 10:50:32 +0000 |
commit | 9f53216d9549f7ec93ab26c8c22593b7b5840d13 (patch) | |
tree | 45e05d1dc31edb81d5ca8aabb0f763258951212d /sys | |
parent | a31600a75bd96662f33f17b17741c95f189f18a9 (diff) |
remove the last uses of spt and tpc
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |