]> git.tuebingen.mpg.de Git - osl.git/commitdiff
Get rid of string.c and string.h.
authorAndre Noll <maan@systemlinux.org>
Mon, 26 May 2008 20:51:43 +0000 (22:51 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 26 May 2008 20:51:43 +0000 (22:51 +0200)
These function contained only the malloc wrappers which exited on
allocation failures which is not an acceptable behaviour for a
library. We must therefore bite the bullet and check the return
values in the callers.


No differences found