diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-12-22 13:26:52 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-12-22 13:27:25 -0500 |
commit | 1ac320636f81d700e4b98f1052d08f0e80bac5fd (patch) | |
tree | 1c2d6720622187093b659b04909b789f0afa8dd9 /app-text/rpl | |
parent | app-text/rpl: Convert to distutils-r1 and fix egg-info file (diff) | |
download | gentoo-1ac320636f81d700e4b98f1052d08f0e80bac5fd.tar.gz gentoo-1ac320636f81d700e4b98f1052d08f0e80bac5fd.tar.bz2 gentoo-1ac320636f81d700e4b98f1052d08f0e80bac5fd.zip |
app-text/rpl: Remove unused patch file
Package-Manager: portage-2.2.26_p32
Diffstat (limited to 'app-text/rpl')
-rw-r--r-- | app-text/rpl/files/rpl-1.4.0-gcc4.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-text/rpl/files/rpl-1.4.0-gcc4.patch b/app-text/rpl/files/rpl-1.4.0-gcc4.patch deleted file mode 100644 index 6cfb8c62627d..000000000000 --- a/app-text/rpl/files/rpl-1.4.0-gcc4.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -Naur rpl-1.4.0-clean/src/replace.h rpl-1.4.0/src/replace.h ---- rpl-1.4.0-clean/src/replace.h 2002-07-24 10:41:45.000000000 -0500 -+++ rpl-1.4.0/src/replace.h 2006-02-19 16:38:32.000000000 -0500 -@@ -77,7 +77,7 @@ - - /* This is a simple macro to call malloc() and die if it returns null */ - #define MALLOC_FAIL_STRING ("\n" PACKAGE " Unable to allocate memory!") --#define MALLOC_AND_CHECK( x, y ) (void*)(x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);} -+#define MALLOC_AND_CHECK( x, y ) (x)=malloc((y));if(x==NULL){fprintf(stderr,"\n%s --> %s:%d\n", MALLOC_FAIL_STRING, __FILE__, __LINE__ );exit(EX_OSERR);} - - - /* Function Prototypes */ -@@ -90,4 +90,4 @@ - - static void EchoFeedback(int, int, int, char*); - --static void SetPerms(struct stat, int, int, char*, int* ); -\ No newline at end of file -+static void SetPerms(struct stat, int, int, char*, int* ); |