DragonFlyBSD Kernel Audit
DF-2745 / build.log
← back to finding ↓ download raw
peersrace.c:56: warning: "RFPROC" redefined
 #define RFPROC   0x0010
 
In file included from /usr/include/unistd.h:37,
                 from peersrace.c:48:
/usr/include/sys/unistd.h:187: note: this is the location of the previous definition
 #define RFPROC  (1<<4) /* change child (else changes curproc) */
 
peersrace.c:57: warning: "RFFDG" redefined
 #define RFFDG    0x0004
 
In file included from /usr/include/unistd.h:37,
                 from peersrace.c:48:
/usr/include/sys/unistd.h:185: note: this is the location of the previous definition
 #define RFFDG  (1<<2) /* copy fd table */
 
peersrace.c:58: warning: "RFTHREAD" redefined
 #define RFTHREAD 0x2000
 
In file included from /usr/include/unistd.h:37,
                 from peersrace.c:48:
/usr/include/sys/unistd.h:193: note: this is the location of the previous definition
 #define RFTHREAD (1<<13) /* enable kernel thread support */
 
BUILD-OK
total 40
-rwxr-xr-x  1 maxx  wheel  10112 Aug 31 14:29 peersrace
-rw-r--r--  1 maxx  wheel   7267 Aug 31 14:29 peersrace.c