Changeset 17062 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Feb 24, 2009 12:55:23 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r16706 r17062 239 239 static int vboxTapRegisterNetDev(void) 240 240 { 241 int rc ;241 int rc = VINF_SUCCESS; 242 242 struct net_device *pNetDev; 243 243
Note:
See TracChangeset
for help on using the changeset viewer.