summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>1999-02-07 12:12:29 +0000
committerdcs <dcs@FreeBSD.org>1999-02-07 12:12:29 +0000
commit422db1f2b16656d929f91241d314c35927317dcd (patch)
treea0308d8eb6aa6dc15e296235db2944bc462bb71b /sys/boot
parent82ea36d410b77e8ea578345c090168b811424d62 (diff)
downloadFreeBSD-src-422db1f2b16656d929f91241d314c35927317dcd.zip
FreeBSD-src-422db1f2b16656d929f91241d314c35927317dcd.tar.gz
Remove strange-looking quotes. This part of the code is #if'ed out,
and the variable doesn't even exist (though it is referenced elsewhere). Just make sure it produces error messages when Mike get back to it. PR: kern/9934 Submitted by: Adrian Filipi-Martin
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/pnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/pnp.c b/sys/boot/common/pnp.c
index f0f67c4..21c07a2 100644
--- a/sys/boot/common/pnp.c
+++ b/sys/boot/common/pnp.c
@@ -104,7 +104,7 @@ pnp_load(int argc, char *argv[])
pnp_readconf("/boot/pnpdata.local");
pnp_readconf("/boot/pnpdata");
} else {
- if (pnp_readconf("fname")) {
+ if (pnp_readconf(fname)) {
sprintf(command_errbuf, "can't read PnP information from '%s'", fname);
return(CMD_ERROR);
}
OpenPOWER on IntegriCloud