Changeset 102 for trunk/src/sh_unix.c
- Timestamp:
- Apr 26, 2007, 9:59:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r98 r102 3211 3211 else if ((theFile->check_mask & MODI_PREL) != 0 && 3212 3212 S_TRUE == sh_prelink_iself(rval_open, fbuf.st_size, 3213 alert_timeout ))3213 alert_timeout, theFile->fullpath)) 3214 3214 { 3215 3215 if (0 != sh_prelink_run (theFile->fullpath, … … 3251 3251 else if (policy == SH_LEVEL_PRELINK && 3252 3252 S_TRUE == sh_prelink_iself(rval_open, fbuf.st_size, 3253 alert_timeout ))3253 alert_timeout, theFile->fullpath)) 3254 3254 { 3255 3255 if (0 != sh_prelink_run (theFile->fullpath,
Note:
See TracChangeset
for help on using the changeset viewer.