1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/deskutils/logjam/files/patch-src-get_cmd_out.c
Roman Bogorodskiy 7e4d3b822f Update to 4.4.1.
PR:		81925
Submitted by:	novel
Approved by:	Mike <mike.patterson@unb.ca> (maintainer)
2005-06-06 06:24:55 +00:00

11 lines
265 B
C

--- src/get_cmd_out.c.orig Sun Jun 5 22:09:21 2005
+++ src/get_cmd_out.c Sun Jun 5 22:09:38 2005
@@ -11,6 +11,7 @@
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
+#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include "util.h"