Fix gcc 3.0 warnings.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 29 Jun 2001 13:09:55 +0000 (13:09 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 29 Jun 2001 13:09:55 +0000 (13:09 +0000)
src/connection.c
src/subnet.c

index 453a25ee99aaa0db65c4a2b85e8948e4b54027e5..8164cb4bba029aad06c9b32ba97f38cfc53a427e 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: connection.c,v 1.1.2.11 2001/06/05 16:09:55 guus Exp $
+    $Id: connection.c,v 1.1.2.12 2001/06/29 13:09:55 guus Exp $
 */
 
 #include "config.h"
 
 #include <stdio.h>
 #include <syslog.h>
 */
 
 #include "config.h"
 
 #include <stdio.h>
 #include <syslog.h>
+#include <string.h>
 
 #include <avl_tree.h>
 #include <list.h>
 
 #include <avl_tree.h>
 #include <list.h>
index 537be117520913413a295a7200e4a7dc23ad5415..ade47657de30efb5f796739fa41ad8ed2fc3f34f 100644 (file)
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: subnet.c,v 1.1.2.22 2001/06/06 19:11:16 guus Exp $
+    $Id: subnet.c,v 1.1.2.23 2001/06/29 13:09:55 guus Exp $
 */
 
 #include "config.h"
 
 #include <stdio.h>
 #include <syslog.h>
 */
 
 #include "config.h"
 
 #include <stdio.h>
 #include <syslog.h>
+#include <string.h>
 
 #include "conf.h"
 #include "net.h"
 
 #include "conf.h"
 #include "net.h"