From caf2629c8d93ef7fa6be397e9a106c50e74c7e01 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Fri, 11 Jan 2002 21:12:53 +0000 Subject: [PATCH] Small fix for NetBSD --- unix/pwio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/pwio.c b/unix/pwio.c index 9a6b8ca2..4448abdd 100644 --- a/unix/pwio.c +++ b/unix/pwio.c @@ -30,7 +30,7 @@ * Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. *****************************************************************************/ -#if !defined(__FreeBSD__) && !defined(__netBSD__) +#if !defined(__FreeBSD__) && !defined(__NetBSD__) #include "../config.h" #include