From: Ulrich Drepper Date: Sat, 25 Sep 2004 05:31:24 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-glibc-20040925T0738~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ca813d87b81b1f713e4e48ed6fb760c235f14a;p=thirdparty%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 95a94228868..be347769f47 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