[CFR] Upgrading base version of our resolver in libc to BIND9
    Peter Wemm 
    peter at wemm.org
       
    Mon Mar 13 19:27:59 UTC 2006
    
    
  
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 at wemm.org; peter at FreeBSD.org; peter at yahoo-inc.com
"All of this is for nothing if we don't go to the stars" - JMS/B5
    
    
More information about the freebsd-arch
mailing list