summaryrefslogtreecommitdiff
path: root/parallel/glunix/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'parallel/glunix/patches/patch-ak')
-rw-r--r--parallel/glunix/patches/patch-ak22
1 files changed, 22 insertions, 0 deletions
diff --git a/parallel/glunix/patches/patch-ak b/parallel/glunix/patches/patch-ak
new file mode 100644
index 00000000000..5e21f5d447d
--- /dev/null
+++ b/parallel/glunix/patches/patch-ak
@@ -0,0 +1,22 @@
+$NetBSD: patch-ak,v 1.1.1.1 1998/10/21 19:59:30 garbled Exp $
+
+--- glunix/src/idle/didle_sysinfo.h~ Thu Sep 21 16:57:04 1995
++++ glunix/src/idle/didle_sysinfo.h Fri Feb 27 06:33:45 1998
+@@ -96,2 +96,4 @@
+
++#ifndef __NetBSD__
++
+ #define X_AVENRUN 0
+@@ -108,2 +110,3 @@
+ #define X_VMINFO 11
++#endif
+
+@@ -118,2 +121,3 @@
+ */
++#ifndef __NetBSD__
+ #define PRPSINFOSIZE (((sizeof(struct prpsinfo) + 7) / 8) * 8)
+@@ -121,3 +125,3 @@
+ #define PAGE_SIZE 4096 /* operating system page size */
+-
++#endif
+ #define NUM_CPUSTATES 5