$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 #include #include -#undef TRUE -#undef FALSE -#include #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 + # if defined(UVM) +# +# ifndef FALSE #define FALSE 0 #define TRUE 1 +# endif #include # endif /* defined(UVM) */ -#include +# ifndef FALSE +#define FALSE 0 +#define TRUE 1 +# endif #include #include #include + +#undef TRUE +#undef FALSE +#include # if defined(OPENBSDV) #include