Sort out problems with POSIX constants.

This commit is contained in:
Kees van Reeuwijk
2010-06-22 10:50:03 +00:00
parent 15210b3e06
commit 3eed5d3bdb
5 changed files with 28 additions and 10 deletions

View File

@@ -6,9 +6,10 @@ sys/param.h
#define __SYS_PARAM_H__
#include <limits.h>
#include <minix/limits.h>
#define MAXHOSTNAMELEN 256 /* max hostname size */
#define NGROUPS 8 /* max number of supplementary groups */
#define MAXPATHLEN PATH_MAX
#define MAXPATHLEN __MINIX_PATH_MAX
#endif /* __SYS_PARAM_H__ */