diff options
Diffstat (limited to 'shells/tcsh/patches/patch-ae')
-rw-r--r-- | shells/tcsh/patches/patch-ae | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/shells/tcsh/patches/patch-ae b/shells/tcsh/patches/patch-ae deleted file mode 100644 index 4909900f02c..00000000000 --- a/shells/tcsh/patches/patch-ae +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-ae,v 1.3 1998/08/07 11:13:57 agc Exp $ - ---- sh.func.c.orig Sat Oct 5 13:39:10 1996 -+++ sh.func.c Tue Aug 4 10:15:42 1998 -@@ -1312,8 +1312,10 @@ - # ifdef LC_COLLATE - (void) setlocale(LC_COLLATE, ""); - # endif --# if defined(NLS_CATALOGS) && defined(LC_MESSAGES) -+# ifdef NLS_CATALOGS -+# ifdef LC_MESSAGES - (void) setlocale(LC_MESSAGES, ""); -+# endif - (void) catclose(catd); - nlsinit(); - # endif /* NLS_CATALOGS && LC_MESSAGES */ -@@ -1475,8 +1477,10 @@ - # ifdef LC_COLLATE - (void) setlocale(LC_COLLATE, ""); - # endif --# if defined(NLS_CATALOGS) && defined(LC_MESSAGES) -+# ifdef NLS_CATALOGS -+# ifdef LC_MESSAGES - (void) setlocale(LC_MESSAGES, ""); -+# endif - (void) catclose(catd); - nlsinit(); - # endif /* NLS_CATALOGS && LC_MESSAGES */ |