Changeset 72364 in vbox for trunk/src/VBox
- Timestamp:
- May 28, 2018 4:49:50 PM (7 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/socket.cpp
r71950 r72364 2969 2969 if (pThis->fSubscribedEvts != pThis->fPollEvts) 2970 2970 { 2971 /** @todo seems like there mig thbe a call to many here and that fPollEvts is2971 /** @todo seems like there might be a call to many here and that fPollEvts is 2972 2972 * totally unnecessary... (bird) */ 2973 2973 int rc = rtSocketPollUpdateEvents(pThis, pThis->fPollEvts); -
trunk/src/VBox/Storage/testcase/Makefile.kmk
r72340 r72364 105 105 106 106 # 107 # vbox-img - static because it mig thbe used as a standalone tool.107 # vbox-img - static because it might be used as a standalone tool. 108 108 # 109 109 vbox-img_TEMPLATE = VBoxR3Static … … 162 162 163 163 # 164 # vdkeystoremgr - static because it mig thbe used as a standalone tool.164 # vdkeystoremgr - static because it might be used as a standalone tool. 165 165 # 166 166 vdkeystoremgr_TEMPLATE = VBoxR3Static -
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/VBoxBs3ObjConverter.cpp
r69111 r72364 585 585 /* See if we've already got that name in the list. */ 586 586 uint16_t idxName; 587 if (pidxName) /* If pidxName is NULL, we assume the caller mig thjust be passing stuff thru. */587 if (pidxName) /* If pidxName is NULL, we assume the caller might just be passing stuff thru. */ 588 588 { 589 589 idxName = omfWriter_LNamesLookupN(pThis, pchName, cchName);
Note:
See TracChangeset
for help on using the changeset viewer.