1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/news/suck/files/patch-ac
Masafumi Max NAKANE 292f7affa7 Upgrade, 3.5.2 -> 3.6.0.
PR:		4690
Partly submitted by:	maintainer
1997-10-05 05:06:27 +00:00

20 lines
329 B
Plaintext

--- killprg.c.orig Thu Aug 21 10:16:02 1997
+++ killprg.c Sun Oct 5 14:00:23 1997
@@ -7,6 +7,8 @@
#include <unistd.h>
#endif
+#include <sys/types.h>
+
#ifdef HAVE_DIRENT_H
# include <dirent.h>
#else
@@ -36,7 +38,6 @@
#endif
#include <string.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <sys/param.h>