diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:07:06 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-31 19:07:06 +0100 |
commit | eacd86effe6e15330acf91c5f7ec72858a80ca43 (patch) | |
tree | fb4cb8e51ab57c3ed93b834d46892832a2c4220d /app-office/sc/files/sc-7.16-amd64.patch | |
parent | net-libs/ortp: treeclean (diff) | |
download | gentoo-eacd86effe6e15330acf91c5f7ec72858a80ca43.tar.gz gentoo-eacd86effe6e15330acf91c5f7ec72858a80ca43.tar.bz2 gentoo-eacd86effe6e15330acf91c5f7ec72858a80ca43.zip |
app-office/sc: treeclean
Closes: https://bugs.gentoo.org/836041
Closes: https://bugs.gentoo.org/877051
Closes: https://bugs.gentoo.org/729562
Closes: https://bugs.gentoo.org/871108
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-office/sc/files/sc-7.16-amd64.patch')
-rw-r--r-- | app-office/sc/files/sc-7.16-amd64.patch | 23 |
1 files changed, 0 insertions, 23 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 e381609011bb..000000000000 --- a/app-office/sc/files/sc-7.16-amd64.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/xmalloc.c -+++ b/xmalloc.c -@@ -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 * |