projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d7706a
)
Missing declaration.
author
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 8 Oct 2003 11:37:20 +0000
(11:37 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Wed, 8 Oct 2003 11:37:20 +0000
(11:37 +0000)
src/cygwin/device.c
patch
|
blob
|
history
diff --git
a/src/cygwin/device.c
b/src/cygwin/device.c
index c8f288ca3d6b3cdb4c02a971894ea77a945d80d5..b7f49af4dd636403953dbcb45466466d6f1dfc7e 100644
(file)
--- a/
src/cygwin/device.c
+++ b/
src/cygwin/device.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: device.c,v 1.1.2.1
6 2003/08/08 19:49:47
guus Exp $
+ $Id: device.c,v 1.1.2.1
7 2003/10/08 11:37:20
guus Exp $
*/
#include "system.h"
@@
-59,7
+59,7
@@
int sp[2];
bool setup_device(void)
{
HKEY key, key2;
- int i;
+ int i
, err
;
char regpath[1024];
char adapterid[1024];