mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
d9b414a666
PR: ports/81056 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
264 B
C
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>
|