opnsense-ports/deskutils/logjam/files/patch-src-get_cmd_out.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 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"