From: Ulrich Drepper Date: Sat, 25 Sep 2004 05:31:24 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~17462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43ca813d87b81b1f713e4e48ed6fb760c235f14a;p=external%2Fglibc.git Update. * misc/daemon.c (daemon): Define errno in case /dev/null is not the correct device. --- diff --git a/ChangeLog b/ChangeLog index 95a9422..be34776 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-09-24 Ulrich Drepper + * misc/daemon.c (daemon): Define errno in case /dev/null is not + the correct device. + * nis/ypclnt.c (yp_bind_file): Optimize a bit. Minimal cleanups. 2004-09-23 Andreas Jaeger