ports/math/sc/patches/patch-xmalloc_c

17 lines
237 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: xmalloc.c
--- xmalloc.c.orig
+++ xmalloc.c
@@ -4,11 +4,9 @@
*/
#include <curses.h>
+#include <stdlib.h>
#include "sc.h"
-extern char *malloc();
-extern char *realloc();
-extern void free();
void fatal();
#ifdef SYSV3