diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-09-26 19:57:46 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-09-26 19:57:46 +0000 |
commit | a81212bdf213e81958d8ac7f1285b31c56b7df13 (patch) | |
tree | 20804c3552c70369839cf40b82417ca47327e40f /app-office | |
parent | fixed cvs sticky options on file(s) that should not have cvs keyword expansion (diff) | |
download | historical-a81212bdf213e81958d8ac7f1285b31c56b7df13.tar.gz historical-a81212bdf213e81958d8ac7f1285b31c56b7df13.tar.bz2 historical-a81212bdf213e81958d8ac7f1285b31c56b7df13.zip |
dropping file temporarily to adjust sticky options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/sc/files/sc-7.16-amd64.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-office/sc/files/sc-7.16-amd64.patch b/app-office/sc/files/sc-7.16-amd64.patch deleted file mode 100644 index 266eff0986df..000000000000 --- a/app-office/sc/files/sc-7.16-amd64.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur sc-7.16-orig/xmalloc.c sc-7.16/xmalloc.c ---- sc-7.16-orig/xmalloc.c 2002-04-25 17:37:58.000000000 -0600 -+++ sc-7.16/xmalloc.c 2008-01-17 14:41:31.000000000 -0600 -@@ -3,19 +3,12 @@ - * $Revision: 7.16 $ - */ - -+#include <stdlib.h> - #include <curses.h> - #include "sc.h" - --extern char *malloc(); --extern char *realloc(); --extern void free(); - void fatal(); - --#ifdef SYSV3 --extern void free(); --extern void exit(); --#endif -- - #define MAGIC (double)1234567890.12344 - - char * |