svn commit: samba r18466 - in branches/SAMBA_3_0/source/libads: .

vlendec at samba.org vlendec at samba.org
Wed Sep 13 13:02:51 GMT 2006


Author: vlendec
Date: 2006-09-13 13:02:51 +0000 (Wed, 13 Sep 2006)
New Revision: 18466

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18466

Log:
Attempt to fix the AIX build
Modified:
   branches/SAMBA_3_0/source/libads/dns.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/dns.c
===================================================================
--- branches/SAMBA_3_0/source/libads/dns.c	2006-09-13 12:32:27 UTC (rev 18465)
+++ branches/SAMBA_3_0/source/libads/dns.c	2006-09-13 13:02:51 UTC (rev 18466)
@@ -46,7 +46,9 @@
 #  define T_A   	ns_t_a
 #endif
 #  define T_SRV 	ns_t_srv
+#if !defined(T_NS)	/* AIX 5.3 already defines T_NS */
 #  define T_NS 		ns_t_ns
+#endif
 #else
 #  ifdef HFIXEDSZ
 #    define NS_HFIXEDSZ HFIXEDSZ



More information about the samba-cvs mailing list