summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-nextstep.h
diff options
context:
space:
mode:
authormouring <mouring>2001-03-19 13:42:21 +0000
committermouring <mouring>2001-03-19 13:42:21 +0000
commit668d9e470a4529ccda265dcacf4ab87233b5502c (patch)
tree34b3f6cdd37a23bd263bebb4d0fedc28b93bc0b7 /openbsd-compat/bsd-nextstep.h
parent7b0a4c35a66172d3d8bf9438cf08ffa3c88ae555 (diff)
downloadopenssh-668d9e470a4529ccda265dcacf4ab87233b5502c.tar.gz
- (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 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 <sys/dir.h>
/* 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) */