[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-59-g3ef3c3a

Jeremy Allison jra at samba.org
Tue Oct 16 19:23:31 GMT 2007


The branch, v3-2-test has been updated
       via  3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf (commit)
      from  f6a01b82c5a47957659df08ea84e335dfbba1826 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Oct 16 12:22:58 2007 -0700

    Added in missing def for AI_ADDRCONFIG.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/replace/getaddrinfo.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/getaddrinfo.h b/source/lib/replace/getaddrinfo.h
index ed678bd..3e1fea8 100644
--- a/source/lib/replace/getaddrinfo.h
+++ b/source/lib/replace/getaddrinfo.h
@@ -78,6 +78,10 @@ TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 #endif
 #endif
 
+#ifndef AI_ADDRCONFIG
+#define AI_ADDRCONFIG	0x0020
+#endif
+
 #ifndef NI_NUMERICHOST
 #define NI_NUMERICHOST	1
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list