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
 
 /*

Reply via email to