From aad56ce545962f6f301d14909460d9d0758ff53d Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 19 Mar 2001 13:42:21 +0000 Subject: - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX --- openbsd-compat/bsd-nextstep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsd-compat/bsd-nextstep.h') diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h index 674fbbfe..c6a7019c 100644 --- a/openbsd-compat/bsd-nextstep.h +++ b/openbsd-compat/bsd-nextstep.h @@ -21,7 +21,7 @@ * */ -/* $Id: bsd-nextstep.h,v 1.5 2001/03/19 03:01:57 mouring Exp $ */ +/* $Id: bsd-nextstep.h,v 1.6 2001/03/19 13:42:22 mouring Exp $ */ #ifndef _NEXT_POSIX_H #define _NEXT_POSIX_H @@ -30,6 +30,7 @@ #include /* NGROUPS_MAX is behind -lposix. Use the BSD version which is NGROUPS */ +#undef NGROUPS_MAX #define NGROUPS_MAX NGROUPS /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */ -- cgit v1.2.3