summaryrefslogtreecommitdiff
path: root/sysutils/libgtop/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libgtop/patches/patch-ah')
-rw-r--r--sysutils/libgtop/patches/patch-ah17
1 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/libgtop/patches/patch-ah b/sysutils/libgtop/patches/patch-ah
deleted file mode 100644
index 05463878a40..00000000000
--- a/sysutils/libgtop/patches/patch-ah
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 1998/10/07 13:11:35 agc Exp $
-
---- sysdeps/bsd/sem_limits.c 1998/10/06 17:11:38 1.1
-+++ sysdeps/bsd/sem_limits.c 1998/10/06 17:12:15
-@@ -27,7 +27,12 @@
-
- /* #define KERNEL to get declaration of `struct seminfo'. */
-
-+/* Why should this be any different? */
-+#ifdef __NetBSD__
-+#define _KERNEL
-+#else
- #define KERNEL
-+#endif
-
- #include <sys/ipc.h>
- #include <sys/sem.h>