Date: Sat, 9 Nov 2002 11:20:04 -0800 (PST) From: Larry Rosenman <ler@lerctr.org> To: freebsd-bugs@FreeBSD.org Subject: bin/45167 Message-ID: <200211091920.gA9JK4ej087572@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/45167; it has been noted by GNATS.
From: Larry Rosenman <ler@lerctr.org>
To: bug-followup@freebsd.org
Cc: imp@freebsd.org
Subject: bin/45167
Date: Sat, 09 Nov 2002 13:16:17 -0600
I think the commit referenced needs to be backed out, or we need a Version
Number Bump on libm.so.2, and the
OLD libm.so.2 available for the compat libc.so.3.
I believe the problem comes from the following lines in
/usr/src/lib/msun/k_standard.c:
21 #ifndef _USE_WRITE
22 #include <stdio.h> /* fputs(), stderr */
23 #define WRITE2(u,v) fputs(u, stderr)
24 #else /* !defined(_USE_WRITE) */
when used with /usr/lib/compat/libc.so.3
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211091920.gA9JK4ej087572>
