Date: Sat, 10 Nov 2001 18:48:09 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen err.c stringlist.c src/lib/libc/include namespace.h un-namespace.h src/lib/libc/net nsdispatch.c nslexer.l Message-ID: <200111110248.fAB2m9l00202@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2001/11/10 18:48:09 PST
Modified files:
lib/libc/gen err.c stringlist.c
lib/libc/include namespace.h un-namespace.h
lib/libc/net nsdispatch.c nslexer.l
Log:
Fixed namespace pollution related to `err' in libc in the same way as for
`warn'. Now a whole 2 members of the err() family don't cause pollution.
This fixes world breakage in awk for NOSHARED worlds. contrib/awk/msg.c
has had its own version of err() for a long time, but this somehow
didn't cause problems until the update to awk-3.1.0.
Revision Changes Path
1.8 +4 -2 src/lib/libc/gen/err.c
1.4 +8 -3 src/lib/libc/gen/stringlist.c
1.7 +1 -0 src/lib/libc/include/namespace.h
1.6 +1 -0 src/lib/libc/include/un-namespace.h
1.2 +2 -2 src/lib/libc/net/nsdispatch.c
1.3 +2 -1 src/lib/libc/net/nslexer.l
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111110248.fAB2m9l00202>
