mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
4c268ef31a
of NetBSD simple #include <stdlib.h> into malloc.h Put #warning that this file is obsoleted ( by Joerg suggestion)
6 lines
125 B
C
6 lines
125 B
C
#if __GNUC__
|
|
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead"
|
|
#endif
|
|
|
|
#include <stdlib.h>
|