From: Ulrich Drepper Date: Wed, 14 Oct 1998 12:43:51 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_98~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4b6e6ec305ac212314c7a7a7469e47ce187798;p=thirdparty%2Fglibc.git Update. 1998-10-14 Andreas Jaeger * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is unnecessary after the changes of 1998-10-12. --- diff --git a/ChangeLog b/ChangeLog index 1ed91f94a39..44a0838f084 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * version.h (VERSION): Bump to 2.0.98. +1998-10-14 Andreas Jaeger + + * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is + unnecessary after the changes of 1998-10-12. + 1998-10-13 Ulrich Drepper * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output diff --git a/localedata/locales/gr_GR b/localedata/locales/el_GR similarity index 99% rename from localedata/locales/gr_GR rename to localedata/locales/el_GR index 559594eafd0..46e1e184ae1 100644 --- a/localedata/locales/gr_GR +++ b/localedata/locales/el_GR @@ -3057,8 +3057,8 @@ toupper (,);(,);/ END LC_CTYPE LC_MESSAGES -yesexpr "<'/>><<(><)/>><.><*>" -noexpr "<'/>><<(><)/>><.><*>" +yesexpr "<'/>><<(><)/>><.><*>" +noexpr "<'/>><<(><)/>><.><*>" END LC_MESSAGES LC_MONETARY diff --git a/sysdeps/unix/opendir.c b/sysdeps/unix/opendir.c index 4df06ed7b8f..77f2a0a4902 100644 --- a/sysdeps/unix/opendir.c +++ b/sysdeps/unix/opendir.c @@ -80,7 +80,6 @@ __opendir (const char *name) lose: { save_errno = errno; - lose2: (void) __close (fd); __set_errno (save_errno); return NULL;