看板 FB_current 關於我們 聯絡資訊
FreeBSD Tinderbox <tinderbox@freebsd.org> writes: > /src/lib/libc/net/nsparser.y: In function '_nsaddsrctomap': > /src/lib/libc/net/nsparser.y:169: warning: implicit declaration of functi= on '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 --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"