20010105
- (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms that don't have NGROUP_MAX.
This commit is contained in:
parent
849e288b8a
commit
75713c9da7
|
@ -1,3 +1,7 @@
|
||||||
|
20010105
|
||||||
|
- (bal) Disable groupaccess by setting NGROUP_MAX to 0 for platforms
|
||||||
|
that don't have NGROUP_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.
|
||||||
- (bal) Minor Makefile fix
|
- (bal) Minor Makefile fix
|
||||||
|
|
|
@ -89,6 +89,10 @@ enum
|
||||||
# define STDERR_FILENO 2
|
# define STDERR_FILENO 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef NGROUP_MAX /* Disable groupaccess if NGROUP_MAX is not set */
|
||||||
|
#define NGROUP_MAX 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef O_NONBLOCK /* Non Blocking Open */
|
#ifndef O_NONBLOCK /* Non Blocking Open */
|
||||||
# define O_NONBLOCK 00004
|
# define O_NONBLOCK 00004
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue