summaryrefslogtreecommitdiff
path: root/sysutils/mkisofs/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mkisofs/patches/patch-ab')
-rw-r--r--sysutils/mkisofs/patches/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/mkisofs/patches/patch-ab b/sysutils/mkisofs/patches/patch-ab
deleted file mode 100644
index d7e3e7bbd84..00000000000
--- a/sysutils/mkisofs/patches/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1998/08/07 11:14:05 agc Exp $
-
---- mkisofs.h.orig Thu Apr 10 04:41:48 1997
-+++ mkisofs.h Wed Oct 29 12:14:38 1997
-@@ -38,6 +38,8 @@
- #define NON_UNIXFS
- #endif
-
-+#include <sys/types.h>
-+
- #ifdef VMS
- #include <sys/dir.h>
- #define dirent direct
-@@ -46,7 +48,6 @@
- #endif
-
- #include <string.h>
--#include <sys/types.h>
- #include <sys/stat.h>
-
- #ifdef linux