Whoops, user & port were in the wrong order so msgchk didn't work for POP
[mmh] / sbr / pidwait.c
index 6043bee..ef42e1a 100644 (file)
@@ -2,8 +2,6 @@
 /*
  * pidwait.c -- wait for child to exit
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -22,7 +20,7 @@ int
 pidwait (pid_t id, int sigsok)
 {
     pid_t pid;
-    SIGNAL_HANDLER istat, qstat;
+    SIGNAL_HANDLER istat = NULL, qstat = NULL;
 
 #ifdef HAVE_UNION_WAIT
     union wait status;