FreeBSD Tinderbox <tinder...@freebsd.org> writes: > /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': > /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of function > 'free' > In file included from nsparser.c:398: > /src/lib/libc/../../include/stdlib.h: At top level: > /src/lib/libc/../../include/stdlib.h:93: warning: conflicting types for 'free' > /src/lib/libc/net/nsparser.y:169: warning: previous implicit declaration of > 'free' was here > *** Error code 1
There seems to be a slight difference in the generated code, where the old yacc placed #include <stdlib.h> at the top of the output while the new yacc places it further down. Unfortunately, I can't access the build box right now, so I can't compare the files directly. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"