Ignore:
Timestamp:
Nov 1, 2006, 1:02:25 AM (18 years ago)
Author:
rainer
Message:

Minor fixes for 2.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_processcheck.c

    r67 r73  
    547547    SL_RETURN((-1), _("proc_max_pid"));
    548548   
    549   if (0 == access(PROC_PID_MAX, R_OK))
     549  if (0 == access(PROC_PID_MAX, R_OK)) /* flawfinder: ignore */
    550550    {
    551551      if (NULL != (fd = fopen(PROC_PID_MAX, "r")))
Note: See TracChangeset for help on using the changeset viewer.