X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fcygwin%2Fdevice.c;h=acb0cfaeb5d4c9199be430d48dc372642e5a33bd;hp=e96ef1d993429cb00e4b8bd05a54b9cf204a05d2;hb=b069da90d67b49dce041f513a3855b8da3d82f80;hpb=1f00810da336f3b7132df17b7fe4625748ff4b63 diff --git a/src/cygwin/device.c b/src/cygwin/device.c index e96ef1d9..acb0cfae 100644 --- a/src/cygwin/device.c +++ b/src/cygwin/device.c @@ -1,7 +1,7 @@ /* device.c -- Interaction with Windows tap driver in a Cygwin environment - Copyright (C) 2002-2004 Ivo Timmermans , - 2002-2004 Guus Sliepen + Copyright (C) 2002-2005 Ivo Timmermans, + 2002-2006 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ int device_fd = -1; static HANDLE device_handle = INVALID_HANDLE_VALUE; char *device = NULL; char *iface = NULL; -char *device_info = NULL; +static char *device_info = NULL; static int device_total_in = 0; static int device_total_out = 0;