aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/apm/apm.c
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1996-03-18 20:34:29 +0000
committerNate Williams <nate@FreeBSD.org>1996-03-18 20:34:29 +0000
commitddccc6ec0199e27fdd7502685522923d2251608e (patch)
tree66afeabe1a051a63cab5b3aae793e4c0c2e787ec /usr.sbin/apm/apm.c
parent3b9fa99df283cbb257ecfd89eff9da4cd328f84c (diff)
downloadsrc-ddccc6ec0199e27fdd7502685522923d2251608e.tar.gz
src-ddccc6ec0199e27fdd7502685522923d2251608e.zip
Open up /dev/apm instead of /dev/apm0.
Notes
Notes: svn path=/head/; revision=14674
Diffstat (limited to 'usr.sbin/apm/apm.c')
-rw-r--r--usr.sbin/apm/apm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c
index b0ae12b03a0e..0d19ec80f77b 100644
--- a/usr.sbin/apm/apm.c
+++ b/usr.sbin/apm/apm.c
@@ -19,7 +19,7 @@
#include <sys/ioctl.h>
#include <machine/apm_bios.h>
-#define APMDEV "/dev/apm0"
+#define APMDEV "/dev/apm"
int main_argc;
char **main_argv;