Changeset 102 for trunk/src/sh_unix.c


Ignore:
Timestamp:
Apr 26, 2007, 9:59:55 PM (17 years ago)
Author:
rainer
Message:

Flush before fork (fix for ticket #60), and fix for kcheck on 2.6.21 (ticket #63).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r98 r102  
    32113211          else if ((theFile->check_mask & MODI_PREL) != 0 &&
    32123212                   S_TRUE == sh_prelink_iself(rval_open, fbuf.st_size,
    3213                                               alert_timeout))
     3213                                              alert_timeout, theFile->fullpath))
    32143214            {
    32153215              if (0 != sh_prelink_run (theFile->fullpath,
     
    32513251          else if (policy == SH_LEVEL_PRELINK &&
    32523252                   S_TRUE == sh_prelink_iself(rval_open, fbuf.st_size,
    3253                                               alert_timeout))
     3253                                              alert_timeout, theFile->fullpath))
    32543254            {
    32553255              if (0 != sh_prelink_run (theFile->fullpath,
Note: See TracChangeset for help on using the changeset viewer.