Author: obnox Date: 2007-05-24 21:29:15 +0000 (Thu, 24 May 2007) New Revision: 23123
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23123 Log: Fix two utterly simply typos that broke the whole build farm... Michael Modified: branches/SAMBA_4_0/source/lib/replace/replace.h Changeset: Modified: branches/SAMBA_4_0/source/lib/replace/replace.h =================================================================== --- branches/SAMBA_4_0/source/lib/replace/replace.h 2007-05-24 20:40:46 UTC (rev 23122) +++ branches/SAMBA_4_0/source/lib/replace/replace.h 2007-05-24 21:29:15 UTC (rev 23123) @@ -338,12 +338,12 @@ char *rep_mkdtemp(char *template); #endif -#ifdef HAVE_INET_PTON +#ifndef HAVE_INET_PTON #define inet_pton rep_inet_pton int rep_inet_pton(int af, const char *src, void *dst); #endif -#ifdef HAVE_INET_NTOP +#ifndef HAVE_INET_NTOP #define inet_ntop rep_inet_ntop const char *rep_inet_ntop(int af, const void *src, char *dst, size_t size); #endif
