summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz>2000-09-09 11:27:41 +0000
committerwiz <wiz>2000-09-09 11:27:41 +0000
commit75e455cb1530f34d1eb3830b4412488584d989b3 (patch)
tree7cf5504487d42c1450bd1a1c551186765fcdd914 /misc
parent3b920eee9bc0ef0c8514fb572c705b4fd2482aea (diff)
downloadpkgsrc-75e455cb1530f34d1eb3830b4412488584d989b3.tar.gz
Fix compilation warning
Diffstat (limited to 'misc')
-rw-r--r--misc/plan/files/patch-sum3
-rw-r--r--misc/plan/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/misc/plan/files/patch-sum b/misc/plan/files/patch-sum
index 83248f6ac6a..1121538529e 100644
--- a/misc/plan/files/patch-sum
+++ b/misc/plan/files/patch-sum
@@ -1,5 +1,6 @@
-$NetBSD: patch-sum,v 1.4 2000/09/09 04:49:07 fredb Exp $
+$NetBSD: patch-sum,v 1.5 2000/09/09 11:27:41 wiz Exp $
MD5 (patch-aa) = 2e992555e855075ead0ea321b48653eb
MD5 (patch-ab) = f640fe7c551a99ad468275a57d01edf2
MD5 (patch-ac) = d94f971a26acbc734e6ef8ec09971567
+MD5 (patch-ad) = b85f28f4008b9146e47eaf3b7f0443b2
diff --git a/misc/plan/patches/patch-ad b/misc/plan/patches/patch-ad
new file mode 100644
index 00000000000..18143d09d2d
--- /dev/null
+++ b/misc/plan/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2000/09/09 11:27:42 wiz Exp $
+
+--- linuxjunk.h.orig Sat Nov 7 19:04:41 1998
++++ linuxjunk.h
+@@ -16,6 +16,8 @@
+ * kill a good project with poor planning.
+ */
+
++#include <sys/stat.h>
++
+ #ifdef S_ISDIR
+ #define IS_DIR(m) S_ISDIR(m)
+ #else