1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/net/gsk/files/patch-src_gskdaemonize.c
Jean-Yves Lefort d9b414a666 Update to 1.0.13
PR:		ports/81056
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-05-16 07:35:23 +00:00

11 lines
264 B
C

--- src/gskdaemonize.c.orig Sat Mar 5 02:29:09 2005
+++ src/gskdaemonize.c Sun May 15 01:59:28 2005
@@ -2,6 +2,7 @@
#include <stdio.h>
#include <errno.h>
#include <sys/wait.h>
+#include <signal.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>