Index: trunk/src/sh_portcheck.c
===================================================================
--- trunk/src/sh_portcheck.c	(revision 68)
+++ trunk/src/sh_portcheck.c	(revision 73)
@@ -1163,5 +1163,5 @@
 void Test_portcheck_lists (CuTest *tc)
 {
-#if defined(SH_USE_PROCESSCHECK) && (defined(SH_WITH_CLIENT) || defined(SH_STANDALONE))
+#if defined(SH_USE_PORTCHECK) && (defined(SH_WITH_CLIENT) || defined(SH_STANDALONE))
   struct in_addr   haddr_local;
   struct sh_portentry * portent;
Index: trunk/src/sh_processcheck.c
===================================================================
--- trunk/src/sh_processcheck.c	(revision 68)
+++ trunk/src/sh_processcheck.c	(revision 73)
@@ -547,5 +547,5 @@
     SL_RETURN((-1), _("proc_max_pid"));
     
-  if (0 == access(PROC_PID_MAX, R_OK))
+  if (0 == access(PROC_PID_MAX, R_OK)) /* flawfinder: ignore */
     {
       if (NULL != (fd = fopen(PROC_PID_MAX, "r")))
