diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-27 18:20:55 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-27 18:20:55 +0000 |
commit | a9009d5a439350a3e88864ec0f47fab52c090c38 (patch) | |
tree | 77f27c47120e3230cb45e2c819803f25257c76e2 /x11-libs/vte/files | |
parent | Revbump to 0.3.3 (diff) | |
download | gentoo-2-a9009d5a439350a3e88864ec0f47fab52c090c38.tar.gz gentoo-2-a9009d5a439350a3e88864ec0f47fab52c090c38.tar.bz2 gentoo-2-a9009d5a439350a3e88864ec0f47fab52c090c38.zip |
Removed CVS keyword replacements from patch.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-libs/vte/files')
-rw-r--r-- | x11-libs/vte/files/vte-0.11.13-memory_fix.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/x11-libs/vte/files/vte-0.11.13-memory_fix.patch b/x11-libs/vte/files/vte-0.11.13-memory_fix.patch index a502a10269d3..30d8098232ef 100644 --- a/x11-libs/vte/files/vte-0.11.13-memory_fix.patch +++ b/x11-libs/vte/files/vte-0.11.13-memory_fix.patch @@ -3,15 +3,6 @@ diff -NurdB vte-0.11.13/src/table.c vte-0.11.13-patched/src/table.c --- vte-0.11.13/src/table.c 2004-11-16 19:23:44.000000000 -0500 +++ vte-0.11.13-patched/src/table.c 2005-06-27 10:43:47.000000000 -0500 -@@ -16,7 +16,7 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - --#ident "$Id: vte-0.11.13-memory_fix.patch,v 1.1 2005/06/27 16:40:23 leonardop Exp $" -+#ident "$Id: vte-0.11.13-memory_fix.patch,v 1.1 2005/06/27 16:40:23 leonardop Exp $" - #include "../config.h" - #include <sys/types.h> - #include <assert.h> @@ -41,18 +41,16 @@ (((__c) < (VTE_TABLE_MAX_LITERAL)) ? (__c) : 0) #define _vte_table_is_numeric(__c) \ |