summaryrefslogtreecommitdiff
path: root/sysutils/libgtop/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libgtop/patches/patch-af')
-rw-r--r--sysutils/libgtop/patches/patch-af17
1 files changed, 0 insertions, 17 deletions
diff --git a/sysutils/libgtop/patches/patch-af b/sysutils/libgtop/patches/patch-af
deleted file mode 100644
index c7c294a80eb..00000000000
--- a/sysutils/libgtop/patches/patch-af
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 1998/10/07 13:11:35 agc Exp $
-
---- sysdeps/bsd/shm_limits.c 1998/10/06 17:04:40 1.1
-+++ sysdeps/bsd/shm_limits.c 1998/10/06 17:08:48
-@@ -27,7 +27,12 @@
-
- /* #define KERNEL to get declaration of `struct shminfo'. */
-
-+/* Tut, tut, tut - what about those namespaces? */
-+#ifdef __NetBSD__
-+#define _KERNEL
-+#else
- #define KERNEL
-+#endif
-
- #include <sys/ipc.h>
- #include <sys/shm.h>