fixes to include major() and minor() in system header files (in a different
file than sys/types.h) small binpackage update
This commit is contained in:
@@ -18,10 +18,6 @@
|
||||
|
||||
#define SUPER_USER (uid_t) 0 /* uid_t of superuser */
|
||||
|
||||
/* Devices. */
|
||||
#define MAJOR 8 /* major device = (dev>>MAJOR) & 0377 */
|
||||
#define MINOR 0 /* minor device = (dev>>MINOR) & 0377 */
|
||||
|
||||
#define NULL ((void *)0) /* null pointer */
|
||||
#define CPVEC_NR 16 /* max # of entries in a SYS_VCOPY request */
|
||||
#define CPVVEC_NR 64 /* max # of entries in a SYS_VCOPY request */
|
||||
|
||||
Reference in New Issue
Block a user