* login/utmp_file.c (pututline_file): Replace call to dup2 with
commit49159e12dec8caeeac1bc3829002de81697594a5
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Dec 2008 16:50:07 +0000 (23 16:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Dec 2008 16:50:07 +0000 (23 16:50 +0000)
treebfe67c02c5e7c41e4c05c74f6d3ddf828a495c7e
parent6de79a499109333fe328c28e7ffaab2ded06b3f0
* login/utmp_file.c (pututline_file): Replace call to dup2 with

libc internal symbol __dup2 to avoid access through the PLT.
ChangeLog
login/utmp_file.c