diff options
author | kib <kib@FreeBSD.org> | 2012-03-22 14:20:51 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-03-22 14:20:51 +0000 |
commit | 625402758bbbfc93f3af7661c735780ad2f94cd5 (patch) | |
tree | 575831251bf75cadb2609a8e274cbb1bac859020 /secure/Makefile | |
parent | 348388ff1ced917315af86330df398adb549d318 (diff) | |
download | FreeBSD-src-625402758bbbfc93f3af7661c735780ad2f94cd5.zip FreeBSD-src-625402758bbbfc93f3af7661c735780ad2f94cd5.tar.gz |
Use xmalloc() instead of malloc() in the places where malloc() calls
are assumed to not fail.
Make the xcalloc() calling conventions follow the calloc(3) calling
conventions and replace unchecked calls to calloc() with calls to
xcalloc().
Remove redundand declarations from xmalloc.c, which are already
present in rtld.h.
Reviewed by: kan
Discussed with: bde
MFC after: 2 weeks
Diffstat (limited to 'secure/Makefile')
0 files changed, 0 insertions, 0 deletions