$NetBSD: patch-aa,v 1.4 2006/03/15 19:27:31 minskim Exp $ --- vdcomp.c.orig 2006-03-15 11:00:24.000000000 -0800 +++ vdcomp.c @@ -116,7 +116,8 @@ # if defined(hp300) || defined(hp800) || defined(NeXT) # include /* it's in 'sys' on HPs and NeXT */ # else -# if !defined(__386BSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__) +# if !defined(__386BSD__) && !defined(__FreeBSD__) && !defined(__NetBSD__) \ + && !defined(__DARWIN__) /* I want to use BSD macro for checking if this OS is *BSD or not, but the macro is defined in , which I don't know all