Changeset 73 for trunk/src


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

Minor fixes for 2.3.0

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_portcheck.c

    r67 r73  
    11631163void Test_portcheck_lists (CuTest *tc)
    11641164{
    1165 #if defined(SH_USE_PROCESSCHECK) && (defined(SH_WITH_CLIENT) || defined(SH_STANDALONE))
     1165#if defined(SH_USE_PORTCHECK) && (defined(SH_WITH_CLIENT) || defined(SH_STANDALONE))
    11661166  struct in_addr   haddr_local;
    11671167  struct sh_portentry * portent;
  • 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.