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

tinc/src/cygwin device.c,1.1.2.16,1.1.2.17



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

Modified Files:
      Tag: CABAL
	device.c 
Log Message:
Missing declaration.


Index: device.c
===================================================================
RCS file: /home/CVS/tinc/src/cygwin/device.c,v
retrieving revision 1.1.2.16
retrieving revision 1.1.2.17
diff -u -r1.1.2.16 -r1.1.2.17
--- device.c	2003/08/08 19:49:47	1.1.2.16
+++ device.c	2003/10/08 11:37:20	1.1.2.17
@@ -59,7 +59,7 @@
 bool setup_device(void)
 {
 	HKEY key, key2;
-	int i;
+	int i, err;
 
 	char regpath[1024];
 	char adapterid[1024];

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