--- busybox.orig/networking/tunctl.c Thu Jan 29 17:10:52 2009 +++ busybox/networking/tunctl.c Thu Jan 29 17:19:22 2009 @@ -21,7 +21,7 @@ #define IOCTL(a, b, c) ioctl_or_perror_and_die(a, b, c, NULL) -#if 1 +#if 0 int tunctl_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int tunctl_main(int argc UNUSED_PARAM, char **argv)