summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-03-18 20:35:17 +0000
committernate <nate@FreeBSD.org>1996-03-18 20:35:17 +0000
commit04b8bc947934589fd2845cd1698a4bf688ab0be8 (patch)
treedee6ac5455b8cef449416df7e80f133a91501831 /usr.sbin
parent38ef8cf799541c8ff6173ad8880d2dade95876e6 (diff)
downloadFreeBSD-src-04b8bc947934589fd2845cd1698a4bf688ab0be8.zip
FreeBSD-src-04b8bc947934589fd2845cd1698a4bf688ab0be8.tar.gz
Use /dev/apm instead of /dev/apm0.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/apmconf/apmconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apmconf/apmconf.c b/usr.sbin/apmconf/apmconf.c
index b589033..dc33051 100644
--- a/usr.sbin/apmconf/apmconf.c
+++ b/usr.sbin/apmconf/apmconf.c
@@ -20,7 +20,7 @@
#include <sys/ioctl.h>
#include <machine/apm_bios.h>
-#define APMDEV "/dev/apm0"
+#define APMDEV "/dev/apm"
static int enable = 0, disable = 0;
static int haltcpu = 0, nothaltcpu = 0;
OpenPOWER on IntegriCloud