diff options
author | nate <nate@FreeBSD.org> | 1996-03-18 20:35:17 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1996-03-18 20:35:17 +0000 |
commit | 04b8bc947934589fd2845cd1698a4bf688ab0be8 (patch) | |
tree | dee6ac5455b8cef449416df7e80f133a91501831 /usr.sbin/apmconf | |
parent | 38ef8cf799541c8ff6173ad8880d2dade95876e6 (diff) | |
download | FreeBSD-src-04b8bc947934589fd2845cd1698a4bf688ab0be8.zip FreeBSD-src-04b8bc947934589fd2845cd1698a4bf688ab0be8.tar.gz |
Use /dev/apm instead of /dev/apm0.
Diffstat (limited to 'usr.sbin/apmconf')
-rw-r--r-- | usr.sbin/apmconf/apmconf.c | 2 |
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; |