Open up /dev/apm instead of /dev/apm0.

This commit is contained in:
nate 1996-03-18 20:34:29 +00:00
parent aaff9b04b7
commit 38ef8cf799

View File

@ -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;