From c066575cda6b5f4f784196df74cb397265fb42e3b5b6acd73b6a817f525a7bd0 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Sun, 13 Jun 2010 22:27:31 +0000 Subject: [PATCH] Accepting request 41363 from shells checked in (request 41363) OBS-URL: https://build.opensuse.org/request/show/41363 OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=19 --- tcsh-6.17.00.dif | 18 ------------------ tcsh.changes | 5 ----- 2 files changed, 23 deletions(-) diff --git a/tcsh-6.17.00.dif b/tcsh-6.17.00.dif index 62da9bc..daf276f 100644 --- a/tcsh-6.17.00.dif +++ b/tcsh-6.17.00.dif @@ -25,15 +25,6 @@ install.man: tcsh.man --- config_f.h +++ config_f.h 2007-07-13 10:47:29.673240000 +0000 -@@ -37,7 +37,7 @@ - */ - #ifndef _h_config_f - #define _h_config_f -- -+#include - /* - * SHORT_STRINGS Use at least 16 bit characters instead of 8 bit chars - * This fixes up quoting problems and eases implementation @@ -63,12 +63,19 @@ */ #if defined (NLS) && defined (HAVE_CATGETS) @@ -55,15 +46,6 @@ /* * VIDEFAULT Make the VI mode editor the default -@@ -150,7 +150,7 @@ - * This can be much slower and no memory statistics will be - * provided. - */ --#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) -+#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined(__GLIBC__) - # define SYSMALLOC - #else - # undef SYSMALLOC @@ -162,7 +169,7 @@ * successful, set $REMOTEHOST to the name or address of the * host diff --git a/tcsh.changes b/tcsh.changes index 19bda79..7c33638 100644 --- a/tcsh.changes +++ b/tcsh.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Fri Jun 11 16:41:34 CEST 2010 - werner@suse.de - -- Avoid crash due own malloc due buggy nss implementation of glibc - ------------------------------------------------------------------- Wed Mar 17 12:58:44 CET 2010 - werner@suse.de