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

tinc/src device.h,1.1.2.8,1.1.2.9



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

Modified Files:
      Tag: CABAL
	device.h 
Log Message:
Windows headers declare a struct interface somewhere.


Index: device.h
===================================================================
RCS file: /home/CVS/tinc/src/device.h,v
retrieving revision 1.1.2.8
retrieving revision 1.1.2.9
diff -u -r1.1.2.8 -r1.1.2.9
--- device.h	2003/07/12 17:41:45	1.1.2.8
+++ device.h	2003/07/15 16:38:18	1.1.2.9
@@ -25,7 +25,13 @@
 
 extern int device_fd;
 extern char *device;
+
+#ifdef HAVE_CYGWIN
+extern char *iface;
+#define interface iface
+#else
 extern char *interface;
+#endif
 
 extern int setup_device(void);
 extern void close_device(void);

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