summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'shells/tcsh/patches/patch-af')
-rw-r--r--shells/tcsh/patches/patch-af38
1 files changed, 15 insertions, 23 deletions
diff --git a/shells/tcsh/patches/patch-af b/shells/tcsh/patches/patch-af
index b451008f630..7ee8314fbf4 100644
--- a/shells/tcsh/patches/patch-af
+++ b/shells/tcsh/patches/patch-af
@@ -1,23 +1,15 @@
-*** config_f.h.bak Fri Apr 26 23:17:30 1996
---- config_f.h Mon Dec 16 03:53:59 1996
-***************
-*** 65,71 ****
- * if you don't have <nl_types.h>, you don't want
- * to define this.
- */
-! #undef NLS_CATALOGS
-
- /*
- * LOGINFIRST Source ~/.login before ~/.cshrc
---- 65,75 ----
- * if you don't have <nl_types.h>, you don't want
- * to define this.
- */
-! #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
-! # define NLS_CATALOGS
-! #else
-! # undef NLS_CATALOGS
-! #endif
-
- /*
- * LOGINFIRST Source ~/.login before ~/.cshrc
+--- config_f.h.orig Fri Apr 26 15:17:30 1996
++++ config_f.h Tue Aug 4 10:15:41 1998
+@@ -65,7 +65,11 @@
+ * if you don't have <nl_types.h>, you don't want
+ * to define this.
+ */
+-#undef NLS_CATALOGS
++#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
++# define NLS_CATALOGS
++#else
++# undef NLS_CATALOGS
++#endif
+
+ /*
+ * LOGINFIRST Source ~/.login before ~/.cshrc