summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-nextstep.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-19 13:42:21 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-19 13:42:21 +0000
commitaad56ce545962f6f301d14909460d9d0758ff53d (patch)
tree1a336ef1c25badff4e8be5487552b990c9e9bb41 /openbsd-compat/bsd-nextstep.h
parent1e42f30c4cd89275444fbfb8030814e07854901f (diff)
- (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
Diffstat (limited to 'openbsd-compat/bsd-nextstep.h')
-rw-r--r--openbsd-compat/bsd-nextstep.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-nextstep.h b/openbsd-compat/bsd-nextstep.h
index 674fbbfe3..c6a7019c6 100644
--- a/openbsd-compat/bsd-nextstep.h
+++ b/openbsd-compat/bsd-nextstep.h
@@ -21,7 +21,7 @@
21 * 21 *
22 */ 22 */
23 23
24/* $Id: bsd-nextstep.h,v 1.5 2001/03/19 03:01:57 mouring Exp $ */ 24/* $Id: bsd-nextstep.h,v 1.6 2001/03/19 13:42:22 mouring Exp $ */
25 25
26#ifndef _NEXT_POSIX_H 26#ifndef _NEXT_POSIX_H
27#define _NEXT_POSIX_H 27#define _NEXT_POSIX_H
@@ -30,6 +30,7 @@
30#include <sys/dir.h> 30#include <sys/dir.h>
31 31
32/* NGROUPS_MAX is behind -lposix. Use the BSD version which is NGROUPS */ 32/* NGROUPS_MAX is behind -lposix. Use the BSD version which is NGROUPS */
33#undef NGROUPS_MAX
33#define NGROUPS_MAX NGROUPS 34#define NGROUPS_MAX NGROUPS
34 35
35/* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */ 36/* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */