Create read_or_die utility routine.
commit75025ccdb79b5d6b290c630f8777c9f7bb9d257c
authorShawn O. Pearce <spearce@spearce.org>
Sat, 23 Dec 2006 07:33:55 +0000 (23 02:33 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 29 Dec 2006 19:36:44 +0000 (29 11:36 -0800)
treef69f3070024cef8c6c4c436517783f3b49959b70
parent2dc3a234094afc61c367be3e6018722cd9d92ea9
Create read_or_die utility routine.

Like write_or_die read_or_die reads the entire length requested
or it kills the current process with a die call.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
write_or_die.c