diff options
author | 1998-02-08 08:32:33 +0000 | |
---|---|---|
committer | 1998-02-08 08:32:33 +0000 | |
commit | 14825315cda346400005f1eb6ee5e24a8ebf0333 (patch) | |
tree | 5fa719ea59445237cbcd8ceaac8d80956f69bccf /sys/arch/i386/include/linux_machdep.h | |
parent | Update from NetBSD (diff) | |
download | wireguard-openbsd-14825315cda346400005f1eb6ee5e24a8ebf0333.tar.xz wireguard-openbsd-14825315cda346400005f1eb6ee5e24a8ebf0333.zip |
nicer
Diffstat (limited to '')
-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. |