Fix a stupid typo -- bug found by Larry Doolittle.
This commit is contained in:
parent
8526067336
commit
30f64c3aa2
@ -68,7 +68,7 @@ enum {
|
||||
#include <signal.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#ifndef NAJOR
|
||||
#ifndef MAJOR
|
||||
#define MAJOR(dev) (((dev)>>8)&0xff)
|
||||
#define MINOR(dev) ((dev)&0xff)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user