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

tinc/lib ethernet.h,1.1.2.1,1.1.2.2



Update of /home/CVS/tinc/lib
In directory humbolt:/tmp/cvs-serv12131/lib

Modified Files:
      Tag: CABAL
	ethernet.h 
Log Message:
Remove all #ifndefs from route.c


Index: ethernet.h
===================================================================
RCS file: /home/CVS/tinc/lib/Attic/ethernet.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- ethernet.h	2003/07/18 12:16:23	1.1.2.1
+++ ethernet.h	2003/07/18 12:21:02	1.1.2.2
@@ -27,6 +27,10 @@
 #define ETH_ALEN 6
 #endif
 
+#ifndef ETHER_ADDR_LEN
+#define ETHER_ADDR_LEN 6
+#endif
+
 #ifndef ARPHRD_ETHER
 #define ARPHRD_ETHER 1
 #endif

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