From 4b2faf49ce99f8bb1efd34e15022bda59ebbf67d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 16 Oct 2005 08:34:04 +0000 Subject: 2005-10-15 Thomas Schwinge * include/dirent.h: Include . * sysdeps/mach/hurd/fdopendir.c: Include . (fdopendir): Correct argument to _hurd_fd_get(). * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'. --- sysdeps/mach/hurd/opendir.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/mach/hurd/opendir.c') diff --git a/sysdeps/mach/hurd/opendir.c b/sysdeps/mach/hurd/opendir.c index 949db0fff5..5b10142d39 100644 --- a/sysdeps/mach/hurd/opendir.c +++ b/sysdeps/mach/hurd/opendir.c @@ -110,8 +110,6 @@ __opendir (const char *name) if (dirp == NULL) __close (fd); - } - return dirp; } weak_alias (__opendir, opendir) -- cgit 1.4.1