2006-08-02 Thomas Schwinge <tschwinge@gnu.org>

* hurd/getdport.c (__detdport): Don't return EBADF; instead set
        errno to EBADF and return MACH_PORT_NULL.
This commit is contained in:
Roland McGrath 2006-08-03 01:19:07 +00:00
parent b4ef652a45
commit 83ae6b40b5
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-08-02 Thomas Schwinge <tschwinge@gnu.org>
* hurd/getdport.c (__detdport): Don't return EBADF; instead set
errno to EBADF and return MACH_PORT_NULL.
2006-06-23 Joseph Myers <joseph@codesourcery.com>
[BZ #2980]