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

jelmer at samba.org jelmer at samba.org
Mon Dec 17 12:28:00 GMT 2007


Author: jelmer
Date: 2007-12-17 12:27:59 +0000 (Mon, 17 Dec 2007)
New Revision: 26507

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

Log:
Fix function signature for freeifaddrs.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/replace/system/network.h


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/replace/system/network.h
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/system/network.h	2007-12-17 12:19:45 UTC (rev 26506)
+++ branches/SAMBA_4_0/source/lib/replace/system/network.h	2007-12-17 12:27:59 UTC (rev 26507)
@@ -116,7 +116,7 @@
 #endif
 
 #ifndef HAVE_FREEIFADDRS
-void rep_freeifaddrs(struct ifaddrs **);
+void rep_freeifaddrs(struct ifaddrs *);
 #endif
 
 /*



More information about the samba-cvs mailing list