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

metze at samba.org metze at samba.org
Mon Mar 12 10:12:28 GMT 2007


Author: metze
Date: 2007-03-12 10:12:27 +0000 (Mon, 12 Mar 2007)
New Revision: 21795

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

Log:
fix the prototype of unsetenv()...

metze
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-03-12 09:59:48 UTC (rev 21794)
+++ branches/SAMBA_4_0/source/lib/replace/replace.h	2007-03-12 10:12:27 UTC (rev 21795)
@@ -142,7 +142,7 @@
 
 #ifndef HAVE_UNSETENV
 #define unsetenv rep_unsetenv
-int rep_unsetenv(const char *name, const char *value, int overwrite); 
+int rep_unsetenv(const char *name); 
 #endif
 
 #ifndef HAVE_SETEUID



More information about the samba-cvs mailing list