mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-03-21 18:56:28 +00:00
Oops.. =) mispelt NGROUPS_MAX.
This commit is contained in:
parent
75713c9da7
commit
03f07b45cd
@ -1,6 +1,6 @@
|
|||||||
20010105
|
20010105
|
||||||
- (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
|
- (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
|
||||||
that don't have NGROUP_MAX.
|
that don't have NGROUPS_MAX.
|
||||||
|
|
||||||
20010104
|
20010104
|
||||||
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
- (bal) I think this is the last of the bsd-*.h that don't belong.
|
||||||
|
@ -89,8 +89,8 @@ enum
|
|||||||
# define STDERR_FILENO 2
|
# define STDERR_FILENO 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef NGROUP_MAX /* Disable groupaccess if NGROUP_MAX is not set */
|
#ifndef NGROUPS_MAX /* Disable groupaccess if NGROUP_MAX is not set */
|
||||||
#define NGROUP_MAX 0
|
#define NGROUPS_MAX 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef O_NONBLOCK /* Non Blocking Open */
|
#ifndef O_NONBLOCK /* Non Blocking Open */
|
||||||
|
Loading…
Reference in New Issue
Block a user