1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/news/suck/files/patch-ac
Masafumi Max NAKANE 8315718030 Add new patch to enable this port to compile on 2.2-stable.
Submitted by:	maintainer
1997-09-21 00:57:06 +00:00

20 lines
341 B
Plaintext

--- killprg.c.orig Sat Sep 13 10:13:54 1997
+++ killprg.c Sat Sep 13 10:14:10 1997
@@ -3,6 +3,8 @@
#include <stdio.h>
#include <stdlib.h>
+#include <sys/types.h>
+
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#else
@@ -34,7 +36,6 @@
#endif
#include <string.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>