$NetBSD: patch-cd,v 1.1 2001/12/20 09:20:02 tron Exp $ --- lib/libxview/panel/panel_impl.h.orig Tue Jun 29 07:16:50 1993 +++ lib/libxview/panel/panel_impl.h Thu Dec 20 10:09:17 2001 @@ -9,11 +9,16 @@ #ifndef panel_impl_defined #define panel_impl_defined +#ifdef NULL +#undef NULL +#endif #ifndef FILE #ifndef SVR4 -#undef NULL #endif SVR4 #include +#ifndef NULL +#define NULL 0 +#endif #endif FILE #include #include