Changeset 52615 in vbox for trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp
- Timestamp:
- Sep 5, 2014 11:35:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/linux/HostDnsServiceLinux.cpp
r50263 r52615 146 146 RT_ZERO(combo); 147 147 ssize_t r = read(polls[0].fd, static_cast<void *>(&combo), sizeof(combo)); 148 NOREF(r); 148 149 149 150 if (combo.e.wd == wd[0])
Note:
See TracChangeset
for help on using the changeset viewer.