]> andersk Git - openssh.git/commitdiff
- (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
authormouring <mouring>
Mon, 19 Mar 2001 13:42:21 +0000 (13:42 +0000)
committermouring <mouring>
Mon, 19 Mar 2001 13:42:21 +0000 (13:42 +0000)
ChangeLog
openbsd-compat/bsd-nextstep.h

index 99987e9fdf0daa8e41b3b98d7fb69ea953c5b98a..6149dba394ea6f70b00733c5a51baae277f9a335 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: 
index f57162bd3df48aafc64f28ce1e7c40223bc9f398..fb7cb15e5f7f0b286aabf9c0ad1ab659baa7c380 100644 (file)
@@ -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) */
This page took 0.11996 seconds and 5 git commands to generate.