diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-20 07:52:37 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-20 07:52:37 +0000 |
commit | f9586043a3f01b73eb7fab31e7cad2119222cfee (patch) | |
tree | ea6fe6b075cc010cf3581b5e44f6c3605eef626e /sys | |
parent | aa1a1596ea4c06ec83e08f25d3f106c15dd994c5 (diff) |
delete old #ifdef INSTALL chunk
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/autoconf.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/i386/i386/autoconf.c b/sys/arch/i386/i386/autoconf.c index a4421ea1467..9925d7a6d87 100644 --- a/sys/arch/i386/i386/autoconf.c +++ b/sys/arch/i386/i386/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.59 2006/05/11 13:21:11 mickey Exp $ */ +/* $OpenBSD: autoconf.c,v 1.60 2006/05/20 07:52:36 deraadt Exp $ */ /* $NetBSD: autoconf.c,v 1.20 1996/05/03 19:41:56 christos Exp $ */ /*- @@ -347,14 +347,6 @@ rootconf() int unit, part = 0; char *num; -#ifdef INSTALL - if (B_TYPE(bootdev) == 2) { - printf("\n\nInsert file system floppy...\n"); - if (!(boothowto & RB_ASKNAME)) - cngetc(); - } -#endif - if (boothowto & RB_ASKNAME) { char name[128]; retry: |