$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