Downgrading to netbsd zlib version

Change-Id: I83cf73d8357ea34ab5e49fe15bd4c45ce54cac01
This commit is contained in:
2013-04-06 18:45:48 +02:00
parent dd6b239665
commit 435f2b0095
44 changed files with 2169 additions and 12951 deletions

View File

@@ -467,7 +467,10 @@ __END_DECLS
#endif /* _KERNEL */
#endif /* !_STANDALONE */
#if defined(__minix) && !defined(_STANDALONE)
#include <sys/statvfs.h>
#include <minix/mount.h>
#endif /* defined(__minix) && !defined(_STANDALONE) */
#endif /* !_SYS_MOUNT_H_ */

View File

@@ -204,7 +204,9 @@ typedef __uid_t uid_t; /* user id */
#define uid_t __uid_t
#endif
#if defined(__minix) && !defined(_STANDALONE)
#include <sys/ucred.h>
#endif
/*
* Structure used by kernel to store most

View File

@@ -37,6 +37,11 @@
#if defined(__minix)
#define __MINIX_OPEN_MAX 255 /* a process may have 255 files open */
#define __MINIX_PATH_MAX 1024/* a pathname may contain 1023 chars (+ '\0')*/
#if defined(_STANDALONE)
/* LSC: In NetBSD this gets pulled in through libkern.h */
#include <sys/null.h>
#endif /* defined(_STANDALONE) */
#endif /* defined(__minix) */
#include <sys/featuretest.h>