]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
authorBen Lindstrom <mouring@eviladmin.org>
Mon, 19 Mar 2001 13:42:21 +0000 (13:42 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Mon, 19 Mar 2001 13:42:21 +0000 (13:42 +0000)
ChangeLog
openbsd-compat/bsd-nextstep.h

index 456d2cdbd5a35fc7a855c55fe4700a8673ce602c..c0626bbedc6fffb00fac9ee6d80db8da381a1ed6 100644 (file)
--- 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: 
  - 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 $
index 674fbbfe36b8870c9b1e09826ebf0a929bbb6369..c6a7019c62190b44c0291deef937b35ace699624 100644 (file)
@@ -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) */