$NetBSD: patch-ab,v 1.6 1999/03/28 17:29:53 christos Exp $

--- dialects/n+obsd/dlsof.h.orig	Sat Feb 27 15:10:54 1999
+++ dialects/n+obsd/dlsof.h	Sun Mar 28 12:17:22 1999
@@ -141,9 +141,6 @@
 #include <nfs/nfsnode.h>
 #include <sys/proc.h>
 #include <kvm.h>
-#undef	TRUE
-#undef	FALSE
-#include <sys/sysctl.h>
 #define	P_ADDR		kp_eproc.e_paddr
 #define	P_COMM		kp_proc.p_comm
 #define	P_FD		kp_proc.p_fd
@@ -178,16 +175,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>
