pkgsrc/editors/mg2a/patches/patch-an

25 lines
577 B
Text
Raw Normal View History

2012-12-25 22:10:55 +01:00
$NetBSD: patch-an,v 1.3 2012/12/25 21:10:56 joerg Exp $
--- def.h.orig 1988-07-03 17:50:05.000000000 +0000
+++ def.h
@@ -288,7 +288,7 @@ extern WINDOW *popbuf();
extern WINDOW *wpopup();
extern LINE *lalloc();
extern LINE *lallocx();
-extern VOID ewprintf();
+extern VOID ewprintf(char *, ...);
extern int nrow;
extern int ncol;
extern int ttrow;
2012-12-25 22:10:55 +01:00
@@ -306,6 +306,7 @@ extern VOID lchange();
/*
* Standard I/O.
*/
2012-12-25 22:10:55 +01:00
-extern char *strcpy();
-extern char *strcat();
-extern char *malloc();
2012-12-25 22:10:55 +01:00
+void ttinsl(int, int, int);
+void ttdell(int, int, int);
+
+#include <string.h>