From c2e1328f29f4c81459692eec48edadaa473e642a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 27 Dec 2008 01:49:58 +0000 Subject: added empty tun.c and h --- src/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/configure') diff --git a/src/configure b/src/configure index f487593..e17d6e3 100755 --- a/src/configure +++ b/src/configure @@ -37,12 +37,12 @@ TARGET=`uname -s` case $TARGET in Linux) - rm -rf tunDevice.c - ln -sf linux/tunDevice.c + rm -rf tun.c + ln -sf linux/tun.c ;; OpenBSD|FreeBSD|NetBSD) - rm -rf tunDevice.c - ln -sf bsd/tunDevice.c + rm -rf tun.c + ln -sf bsd/tun.c ;; *) echo "Plattform not supported" -- cgit v1.2.3