aboutsummaryrefslogtreecommitdiff
path: root/utils/tcsh/patches/001-sysmalloc.patch
diff options
context:
space:
mode:
authorNuno Goncalves <nunojpg@gmail.com>2016-10-14 10:30:55 +0200
committerNuno Goncalves <nunojpg@gmail.com>2016-10-14 10:30:55 +0200
commit1da82b171c239e871b9c4690cd8a4ac40c1c51c0 (patch)
tree3276896cb0ddbf2e03b50f7c5a9242e1dcd9b5eb /utils/tcsh/patches/001-sysmalloc.patch
parent3c698f22853b7d60d9e8401a861625d60c6132e5 (diff)
tcsh: remove patches as they are now upstream
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
Diffstat (limited to 'utils/tcsh/patches/001-sysmalloc.patch')
-rw-r--r--utils/tcsh/patches/001-sysmalloc.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/utils/tcsh/patches/001-sysmalloc.patch b/utils/tcsh/patches/001-sysmalloc.patch
deleted file mode 100644
index 99d0e3f77..000000000
--- a/utils/tcsh/patches/001-sysmalloc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/config_f.h
-+++ b/config_f.h
-@@ -135,11 +135,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__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__)
- # define SYSMALLOC
--#else
--# undef SYSMALLOC
--#endif
-
- /*
- * USE_ACCESS Use access(2) rather than stat(2) when POSIX is defined.