Changeset 248 for trunk/src/sh_prelink.c
- Timestamp:
- Sep 21, 2009, 8:23:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_prelink.c
r192 r248 120 120 task->com_ti = -1; 121 121 } 122 ticket = sl_open_read( task->command,122 ticket = sl_open_read(FIL__, __LINE__, task->command, 123 123 task->privileged == 0 ? SL_NOPRIV : SL_YESPRIV); 124 124 if (SL_ISERROR(ticket))
Note:
See TracChangeset
for help on using the changeset viewer.