* sysv_shm.cc (ACCESSPERMS): Remove to fix redefined warning, as
this is now defined in <sys/stat.h>.
This commit is contained in:
@ -68,7 +68,6 @@ __FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/kern/sysv_shm.c,v 1.89 2003/11/07 04
|
||||
#endif
|
||||
#define btoc(b) (((b) + PAGE_MASK) / PAGE_SIZE)
|
||||
#define round_page(p) ((((unsigned long)(p)) + PAGE_MASK) & ~(PAGE_MASK))
|
||||
#define ACCESSPERMS (0777)
|
||||
#ifdef __CYGWIN__
|
||||
#define GIANT_REQUIRED
|
||||
#else
|
||||
|
Reference in New Issue
Block a user