fbsd61-stdlib-proto-define-20090623

LICENSE IPL10
FIXES 124952

add define to make stdlib have malloc prototype
This commit is contained in:
Harald Barth 2009-06-24 22:44:56 +00:00 committed by Derrick Brashear
parent ee72f25104
commit a125b571a4

View File

@ -195,4 +195,10 @@ enum vcexcl { NONEXCL, EXCL };
#endif /* !defined(UKERNEL) */
/* general user-space compiles */
#if defined(UKERNEL) || !defined(KERNEL)
#define STDLIB_HAS_MALLOC_PROTOS 1
#endif
#endif /* AFS_PARAM_H */