summaryrefslogtreecommitdiff
path: root/archivers/gtar-base/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/gtar-base/patches/patch-ac')
-rw-r--r--archivers/gtar-base/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/archivers/gtar-base/patches/patch-ac b/archivers/gtar-base/patches/patch-ac
deleted file mode 100644
index da95f92cf52..00000000000
--- a/archivers/gtar-base/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2005/01/09 22:52:14 recht Exp $
-
---- lib/system.h.orig Mon Sep 6 15:49:42 2004
-+++ lib/system.h Sun Jan 9 18:25:02 2005
-@@ -282,6 +282,9 @@
-
- #if MAJOR_IN_MKDEV
- # include <sys/mkdev.h>
-+# if !defined(makedev) && defined(mkdev)
-+# define makedev(a,b) mkdev((a),(b))
-+# endif
- # define GOT_MAJOR
- #endif
-