Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 25 Sep 2004 05:31:24 +0000 (05:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 25 Sep 2004 05:31:24 +0000 (05:31 +0000)
* misc/daemon.c (daemon): Define errno in case /dev/null is not
the correct device.

ChangeLog

index 95a9422..be34776 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-09-24  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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  <aj@suse.de>