* nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go
authorUlrich Drepper <drepper@redhat.com>
Wed, 29 Aug 2007 05:16:12 +0000 (05:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 29 Aug 2007 05:16:12 +0000 (05:16 +0000)
commit0adfcc05265f4297adb89a040acb52689f3be87c
tree8de8a4c6cec2a03aecb7d7227017018c58c213ea
parent3586b2b60b6d92ce3cc3d497e84ae1e5cfcf81e4
* nscd/nscd_helper.c (get_mapping): Avoid the pread call, just go

ahead and map the file.  This should always be correct and we can
catch problems later.
ChangeLog
nscd/nscd_helper.c