summaryrefslogtreecommitdiffstats
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
parent1e42f30c4cd89275444fbfb8030814e07854901f (diff)
- (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/bsd-nextstep.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 456d2cdb..c0626bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,7 @@
- djm@cvs.openbsd.org 2001/03/19 05:49:52
[ssh.1]
document PreferredAuthentications option; ok markus@
+ - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
20010318
- (bal) Fixed scp type casing issue which causes "scp: protocol error:
@@ -4626,4 +4627,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.984 2001/03/19 12:59:11 djm Exp $
+$Id: ChangeLog,v 1.985 2001/03/19 13:42:21 mouring Exp $
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) */