From: Roland McGrath Date: Thu, 3 Aug 2006 01:19:07 +0000 (+0000) Subject: 2006-08-02 Thomas Schwinge X-Git-Tag: cvs/fedora-glibc-20060807T1859~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ae6b40b5f9aa8ac6d8bfafdb363af643d7151e;p=thirdparty%2Fglibc.git 2006-08-02 Thomas Schwinge * hurd/getdport.c (__detdport): Don't return EBADF; instead set errno to EBADF and return MACH_PORT_NULL. --- diff --git a/ChangeLog b/ChangeLog index 6d8eea5ae4e..22c6665980f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-02 Thomas Schwinge + + * hurd/getdport.c (__detdport): Don't return EBADF; instead set + errno to EBADF and return MACH_PORT_NULL. + 2006-06-23 Joseph Myers [BZ #2980]