summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-09-21 00:57:06 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-09-21 00:57:06 +0000
commit83157180306aab8125d8a674f16f300ad491b9a3 (patch)
treef49f778d24d571b6cc106f4d4be80e751895c6be /news
parentRe-activate vfghostscript5 (diff)
Add new patch to enable this port to compile on 2.2-stable.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=7974
Diffstat (limited to 'news')
-rw-r--r--news/suck/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/news/suck/files/patch-ac b/news/suck/files/patch-ac
new file mode 100644
index 000000000000..5c123821ec16
--- /dev/null
+++ b/news/suck/files/patch-ac
@@ -0,0 +1,19 @@
+--- 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>
+