X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Flinux%2Fdevice.c;h=629b49e7f697d6ea2278158c46d5b8cc6507d099;hp=92b3a3caf84621b84685401e75ea620fc136c74a;hb=bf3a11898898c0618cd1b2e7a792b7d7fe56aecb;hpb=7d76ceaebd5180f4ef37086980c799199eb7de16 diff --git a/src/linux/device.c b/src/linux/device.c index 92b3a3ca..629b49e7 100644 --- a/src/linux/device.c +++ b/src/linux/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.12 2002/09/09 22:33:24 guus Exp $ + $Id: device.c,v 1.1.2.13 2002/09/15 22:19:19 guus Exp $ */ #include "config.h" @@ -39,7 +39,7 @@ #else #include #endif -#define DEFAULT_DEVICE "/dev/misc/net/tun" +#define DEFAULT_DEVICE "/dev/net/tun" #else #define DEFAULT_DEVICE "/dev/tap0" #endif