diff options
| author | Nate Williams <nate@FreeBSD.org> | 1996-03-18 20:34:29 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1996-03-18 20:34:29 +0000 |
| commit | ddccc6ec0199e27fdd7502685522923d2251608e (patch) | |
| tree | 66afeabe1a051a63cab5b3aae793e4c0c2e787ec /usr.sbin/apm | |
| parent | 3b9fa99df283cbb257ecfd89eff9da4cd328f84c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/apm')
| -rw-r--r-- | usr.sbin/apm/apm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index b0ae12b03a0e9..0d19ec80f77b1 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; |
