]> git.tuebingen.mpg.de Git - osl.git/commit
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)
commit02e6053e5976c6aa4bf538f3469335835d54e478
tree302517bfde334f50855fc12854457d78d942b66b
parent5952112a37ecdaedf3b76e08f97d307f1056c512
Get rid of string.c and string.h.

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.
Makefile
Makefile.deps
log.h
osl.c
osl_core.h
string.c [deleted file]
string.h [deleted file]