--- gvpe/src/vped.C 2003/10/16 02:41:21 1.11 +++ gvpe/src/vped.C 2003/10/16 21:57:54 1.13 @@ -49,8 +49,6 @@ #include "vpn.h" #include "iom.h" -vpn network; - static loglevel llevel = L_NONE; /* If nonzero, display usage information and exit. */ @@ -224,6 +222,7 @@ { printf (_("%s version %s (built %s %s, protocol %d.%d)\n"), get_identity (), VERSION, __DATE__, __TIME__, PROTOCOL_MAJOR, PROTOCOL_MINOR); + printf (_("Built with kernel interface %s/%s.\n"), IFTYPE, IFSUBTYPE); printf (_ ("Copyright (C) 2003 Marc Lehmann and others.\n" "See the AUTHORS file for a complete list.\n\n"