$NetBSD: patch-ab,v 1.7 1999/05/05 17:40:37 bad Exp $

--- dialects/n+obsd/dlsof.h.orig	Mon Mar 29 14:15:29 1999
+++ dialects/n+obsd/dlsof.h	Wed May  5 19:20:17 1999
@@ -176,16 +176,28 @@
 #undef	KERNEL
 #undef	_KERNEL
 
+#include <vm/vm.h>
+
 # if	defined(UVM)
+#  
+# ifndef FALSE
 #define	FALSE	0
 #define	TRUE	1
+# endif
 #include <uvm/uvm.h>
 # endif	/* defined(UVM) */
 
-#include <vm/vm.h>
+# ifndef FALSE
+#define	FALSE	0
+#define TRUE	1
+# endif
 #include <vm/vm_map.h>
 #include <vm/vm_object.h>
 #include <vm/vm_pager.h>
+
+#undef	TRUE
+#undef	FALSE
+#include <sys/sysctl.h>
 
 # if	defined(OPENBSDV)
 #include <sys/pipe.h>
