freebsd-ports/deskutils/logjam2/files/patch-src::get_cmd_out.c
Pav Lucistnik 77d2264c31 - Update to 4.4.0
PR:		ports/66430
Submitted by:	Mike Patterson <mike.patterson@unb.ca> (maintainer)
2004-05-09 22:32:17 +00:00

9 lines
252 B
C

--- src/get_cmd_out.c.orig Sun May 9 16:29:56 2004
+++ src/get_cmd_out.c Sun May 9 16:30:55 2004
@@ -12,6 +12,7 @@
#include <unistd.h>
#include <errno.h>
#include <sys/types.h>
+#include <signal.h>
#include <sys/wait.h>
#include "util.h"