freebsd-ports/deskutils/logjam/files/patch-src::get_cmd_out.c
Jeremy Messenger 345b971621 deskutils/logjam2 -> deskutils/logjam
GTK2 logjam (was logjam2) is now default and remove the GTK1 logjam. Also,
included some tweaks and cleans up like add checks if libraries exist and
depend on them by automatic.

PR:		ports/66620
Approved by:	adamw (mentor)
2004-05-27 08:27:55 +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"