DragonFlyBSD Kernel Audit
DF-0803 / build.log
← back to finding ↓ download raw
harness.c:21: warning: "howmany" redefined
 #define howmany(x, y)  (((x) + ((y) - 1)) / (y))
 
In file included from /usr/include/sys/types.h:228,
                 from /usr/include/stdio.h:42,
                 from harness.c:11:
/usr/include/sys/_fd_set.h:79: note: this is the location of the previous definition
 #define howmany(a, b) __howmany(a, b)
 
BUILD_EXIT=0
-rwxr-xr-x  1 maxx  maxx  8848 Jul  5 16:07 harness