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

tridge at samba.org tridge at samba.org
Thu Sep 7 07:26:03 GMT 2006


Author: tridge
Date: 2006-09-07 07:26:02 +0000 (Thu, 07 Sep 2006)
New Revision: 18206

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

Log:

need rep_ macro for setlinebuf

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	2006-09-07 07:23:58 UTC (rev 18205)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2006-09-07 07:26:02 UTC (rev 18206)
@@ -130,6 +130,11 @@
 int rep_setegid(gid_t);
 #endif
 
+#ifndef HAVE_SETLINEBUF
+#define setlinebuf rep_setlinebuf
+int rep_setlinebuf(FILE *);
+#endif
+
 #ifndef HAVE_STRCASESTR
 #define strcasestr rep_strcasestr
 char *rep_strcasestr(const char *haystack, const char *needle);



More information about the samba-cvs mailing list