[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinc/src net.h,1.9.4.64,1.9.4.65 route.c,1.1.2.59,1.1.2.60



Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv10202/src

Modified Files:
      Tag: CABAL
	net.h route.c 
Log Message:
Even more missing definitions.


Index: net.h
===================================================================
RCS file: /home/CVS/tinc/src/Attic/net.h,v
retrieving revision 1.9.4.64
retrieving revision 1.9.4.65
diff -u -r1.9.4.64 -r1.9.4.65
--- net.h	2003/07/17 15:06:26	1.9.4.64
+++ net.h	2003/07/18 12:16:24	1.9.4.65
@@ -25,6 +25,8 @@
 
 #include <openssl/evp.h>
 
+#include "ipv6.h"
+
 #ifdef ENABLE_JUMBOGRAMS
 #define MTU 9014				/* 9000 bytes payload + 14 bytes ethernet header */
 #else

Index: route.c
===================================================================
RCS file: /home/CVS/tinc/src/route.c,v
retrieving revision 1.1.2.59
retrieving revision 1.1.2.60
diff -u -r1.1.2.59 -r1.1.2.60
--- route.c	2003/07/17 15:06:27	1.1.2.59
+++ route.c	2003/07/18 12:16:24	1.1.2.60
@@ -44,6 +44,9 @@
 #include "avl_tree.h"
 #include "connection.h"
 #include "device.h"
+#include "ethernet.h"
+#include "ipv4.h"
+#include "ipv6.h"
 #include "logger.h"
 #include "net.h"
 #include "protocol.h"

--
Tinc-cvs:     CVS changelog list for the tinc VPN daemon
Archive:      http://mail.nl.linux.org/tinc-cvs/
Tinc site:    http://tinc.nl.linux.org/