Changeset 62829 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/ctf_lib.c
- Timestamp:
- Aug 1, 2016 4:23:00 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/ctf_lib.c
r53657 r62829 115 115 { 116 116 off_t const offSaved = lseek(fd, 0, SEEK_CUR); 117 void *pvRet ;117 void *pvRet = NULL; 118 118 int err; 119 RT_NOREF2(fProt, fFlags); 119 120 120 121 Assert(pvAddr == NULL); NOREF(pvAddr);
Note:
See TracChangeset
for help on using the changeset viewer.