diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-14 13:28:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-14 13:28:14 +0000 |
commit | afcf94c63fd671a37f05b9d84ef7e4b47e46a0d4 (patch) | |
tree | be2b19226d2e9bde8bfde8a654d41b5915e39407 /sys/arch | |
parent | 549efd0a73be8864c68d6baea1c2a55f0c57b1c3 (diff) |
morons tend to commit before compiling
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc/sparc/autoconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc/sparc/autoconf.c b/sys/arch/sparc/sparc/autoconf.c index 63a03f2309c..a26f122b7fe 100644 --- a/sys/arch/sparc/sparc/autoconf.c +++ b/sys/arch/sparc/sparc/autoconf.c @@ -1438,7 +1438,7 @@ getdisk(str, len, defpart, devp) #endif } #if NFD > 0 - if (devpart == 0) + if (defpart == 0) printf(" fdeject"); #endif /* NFD */ printf("\n"); |