- VM_KERN_NOPAGEZERO feature is gone
- sys_getbiosbuffer feature is gone (from kernel; available from vm) - bump version number because munmap() calls that newly compiled binaries will do trigger an ugly (but harmless) error message in older VM's - some new VM calls and flags, the new IPC calls - some new CR0 register bits - added files for shared memory
This commit is contained in:
@@ -13,6 +13,7 @@ netinet/in.h
|
||||
/* Open Group Base Specifications Issue 6 (not complete) */
|
||||
#define INADDR_ANY (uint32_t)0x00000000
|
||||
#define INADDR_BROADCAST (uint32_t)0xFFFFFFFF
|
||||
#define INADDR_LOOPBACK (uint32_t)0x7F000001
|
||||
|
||||
#define IN_LOOPBACKNET 127
|
||||
|
||||
|
||||
Reference in New Issue
Block a user