Re: [CFR] Upgrading base version of our resolver in libc to BIND9
- From: Peter Wemm <peter@xxxxxxxx>
- Date: Mon, 13 Mar 2006 11:27:57 -0800
From the patch:
-#define h_errno (*__h_error())
+#define h_errno (*__h_errno())
....
/* DO NOT USE THESE, THEY ARE SUBJECT TO CHANGE AND ARE NOT PORTABLE!!!
*/
-int * __h_error(void);
+int * __h_errno(void);
This is a significant ABI change. Anything that references the public
"h_errno" definition will no longer link against the new libc.
--
Peter Wemm - peter@xxxxxxxx; peter@xxxxxxxxxxx; peter@xxxxxxxxxxxxx
"All of this is for nothing if we don't go to the stars" - JMS/B5
_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: [CFR] Upgrading base version of our resolver in libc to BIND9
- From: Hajimu UMEMOTO
- Re: [CFR] Upgrading base version of our resolver in libc to BIND9
- References:
- [CFR] Upgrading base version of our resolver in libc to BIND9
- From: Hajimu UMEMOTO
- [CFR] Upgrading base version of our resolver in libc to BIND9
- Prev by Date: [CFR] Upgrading base version of our resolver in libc to BIND9
- Next by Date: Re: Neteasy DRP-32TXD ethernet problems on FreeBSD 6.0
- Previous by thread: [CFR] Upgrading base version of our resolver in libc to BIND9
- Next by thread: Re: [CFR] Upgrading base version of our resolver in libc to BIND9
- Index(es):