12 lines
322 B
Text
12 lines
322 B
Text
$NetBSD: patch-aa,v 1.1 2005/12/09 14:33:34 joerg Exp $
|
|
|
|
--- term.c.orig 2005-12-09 14:26:44.000000000 +0000
|
|
+++ term.c
|
|
@@ -30,7 +30,6 @@ char *UP; /* The cursor up string */
|
|
int mycols= 0; /* Screen size */
|
|
int mylines= 0; /* Screen size */
|
|
char *tgetstr(), *tgoto(), *getenv();
|
|
-char *malloc();
|
|
|
|
|
|
/* INITTERM()
|