]> andersk Git - moira.git/blobdiff - gdb/gdb_fserv.c
update paths to use /var/tmp instead of /tmp (sync to what had already
[moira.git] / gdb / gdb_fserv.c
index fb815299ba2741c17945acc3ea50644f89e0e1ef..7275b4ef50d15830ff35df2c434c3a0012ae9894 100644 (file)
@@ -4,7 +4,7 @@
 
 #ifndef lint
 static char *rcsid_gdb_fserv_c = "$Header$";
-#endif lint
+#endif
 
 
 /************************************************************************
@@ -29,6 +29,9 @@ static char *rcsid_gdb_fserv_c = "$Header$";
 #include <sys/signal.h>
 #include "gdb.h"
 #include <sys/resource.h>
+#ifdef POSIX
+#include <unistd.h>
+#endif
 
 
 /************************************************************************
@@ -177,7 +180,6 @@ gdb_reaper()
 #else
        union wait status;
 #endif
-       extern char *sys_siglist[];
        
 #ifdef POSIX
        while (waitpid(-1, &status, WNOHANG) >0);
This page took 0.136537 seconds and 4 git commands to generate.