$NetBSD: patch-aa,v 1.4 2002/12/30 00:00:18 kristerw Exp $
--- prochandle.cpp.orig	Sun Dec 29 23:24:30 2002
+++ prochandle.cpp	Sun Dec 29 23:31:23 2002
@@ -230,6 +230,7 @@
 /*
  *      Returns true if the process is still running.
  */
+#if 0
 int ExecProcessExists(pid_t pid)
 {
         struct sched_param sp;
@@ -247,6 +248,7 @@
         else
             return(0);
 }
+#endif
 
 
 /*
