mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
fbsd61-stdlib-proto-define-20090623
LICENSE IPL10 FIXES 124952 add define to make stdlib have malloc prototype
This commit is contained in:
parent
ee72f25104
commit
a125b571a4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user