- Timestamp:
- Jun 5, 2022 8:30:14 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151710
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r95201 r95202 423 423 for (int i = 0; i < cSegs; i++) 424 424 aSegs[i].iov_len = strlen((const char *)aSegs[i].iov_base); 425 writev(2, aSegs, cSegs);425 (void)writev(2, aSegs, cSegs); 426 426 # else 427 427 LogRel(("VBoxHeadless: received signal %d\n", sig)); /** @todo r=bird: This is not at all safe. */
Note:
See TracChangeset
for help on using the changeset viewer.