diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-08 08:32:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-08 08:32:35 +0000 |
commit | 09c4b1f6edf5ca6901e8310da5311cce7df639ee (patch) | |
tree | eee6823d9948b1fd65a1f7c0011e08446dad920d /sys/arch/i386/include/linux_machdep.h | |
parent | 237ec5cb587ad05919937670017dab61f0c10f78 (diff) |
nicer
Diffstat (limited to 'sys/arch/i386/include/linux_machdep.h')
-rw-r--r-- | sys/arch/i386/include/linux_machdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/include/linux_machdep.h b/sys/arch/i386/include/linux_machdep.h index 4d45532b9d0..ded1f8c4d86 100644 --- a/sys/arch/i386/include/linux_machdep.h +++ b/sys/arch/i386/include/linux_machdep.h @@ -86,7 +86,7 @@ dev_t linux_fakedev __P((dev_t)); * ugly patch to fake device numbers. */ #define LINUX_CONS_MAJOR 4 -#define NETBSD_CONS_MAJOR 12 +#define NATIVE_CONS_MAJOR 12 /* * Linux ioctl calls for the keyboard. |