Changeset 16888 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Feb 18, 2009 10:49:55 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c
r16546 r16888 151 151 0, /* min. packet size */ 152 152 INFPSZ, /* max. packet size */ 153 0, /* hi-water ma sk */154 0 /* lo-water ma sk */153 0, /* hi-water mark */ 154 0 /* lo-water mark */ 155 155 }; 156 156 … … 390 390 /** Goes along with the instance to determine type of stream being opened/created. */ 391 391 VBOXNETFLTSTREAMTYPE volatile g_VBoxNetFltSolarisStreamType; 392 393 /** GCC C++ hack. */394 unsigned __gxx_personality_v0 = 0xdecea5ed;395 392 396 393
Note:
See TracChangeset
for help on using the changeset viewer.