--- gvpe/src/device-cygwin.C 2003/03/01 15:53:03 1.1 +++ gvpe/src/device-cygwin.C 2003/10/14 03:22:09 1.2 @@ -38,6 +38,12 @@ #include "conf.h" #include "util.h" +const char * +tap_device::info () +{ + return _("broken cygwin cipe device"); +} + tap_device::tap_device () { if ((fd = open (conf.ifname, O_RDWR)) < 0)