svn commit: samba r25597 - in branches/SAMBA_4_0/source/lib/replace/system: .

metze at samba.org metze at samba.org
Wed Oct 10 07:18:26 GMT 2007


Author: metze
Date: 2007-10-10 07:18:24 +0000 (Wed, 10 Oct 2007)
New Revision: 25597

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

Log:
HPUX doesn't have INET_ADDRSTRLEN defined

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/system/network.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/system/network.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/network.h	2007-10-10 01:54:07 UTC (rev 25596)
+++ branches/SAMBA_4_0/source/lib/replace/system/network.h	2007-10-10 07:18:24 UTC (rev 25597)
@@ -110,4 +110,8 @@
 #define INADDR_NONE 0xffffffff
 #endif
 
+#ifndef INET_ADDRSTRLEN
+#define INET_ADDRSTRLEN 16
 #endif
+
+#endif



More information about the samba-cvs mailing list