$NetBSD: patch-ai,v 1.7 2005/03/07 23:29:50 tv Exp $ --- openbsd-compat/bsd-misc.c.orig 2004-08-15 04:41:00.000000000 -0400 +++ openbsd-compat/bsd-misc.c @@ -122,7 +122,7 @@ int truncate(const char *path, off_t len } #endif /* HAVE_TRUNCATE */ -#if !defined(HAVE_SETGROUPS) && defined(SETGROUPS_NOOP) +#if defined(SETGROUPS_NOOP) /* * Cygwin setgroups should be a noop. */