* hurd/getdport.c (__getdport): Don't return EBADF; instead set
This commit is contained in:
Roland McGrath 2006-08-03 08:39:32 +00:00
parent 389935d71f
commit 0e4e62fe62
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
2006-08-02 Thomas Schwinge <tschwinge@gnu.org>
* hurd/getdport.c (__detdport): Don't return EBADF; instead set
* hurd/getdport.c (__getdport): Don't return EBADF; instead set
errno to EBADF and return MACH_PORT_NULL.
2006-06-23 Joseph Myers <joseph@codesourcery.com>