ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/device-cygwin.C
(Generate patch)

Comparing gvpe/src/device-cygwin.C (file contents):
Revision 1.1 by pcg, Sat Mar 1 15:53:03 2003 UTC vs.
Revision 1.2 by pcg, Tue Oct 14 03:22:09 2003 UTC

35#include <syslog.h> 35#include <syslog.h>
36#include <cstring> 36#include <cstring>
37 37
38#include "conf.h" 38#include "conf.h"
39#include "util.h" 39#include "util.h"
40
41const char *
42tap_device::info ()
43{
44 return _("broken cygwin cipe device");
45}
40 46
41tap_device::tap_device () 47tap_device::tap_device ()
42{ 48{
43 if ((fd = open (conf.ifname, O_RDWR)) < 0) 49 if ((fd = open (conf.ifname, O_RDWR)) < 0)
44 { 50 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines