diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-09 14:33:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-09 14:33:34 +0000 |
commit | b7a0b387955707b1e21383a9f5df14aaa5020d0e (patch) | |
tree | 99391e2b2670453f77d33bbb5a6e6d6b507540d0 /editors | |
parent | a4fb7b718f718502327bc28a3179d904b85fdaa3 (diff) | |
download | pkgsrc-b7a0b387955707b1e21383a9f5df14aaa5020d0e.tar.gz |
Remove conflicting prototype for malloc.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gate/distinfo | 3 | ||||
-rw-r--r-- | editors/gate/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/editors/gate/distinfo b/editors/gate/distinfo index da4492e9ae4..86efd6cfeca 100644 --- a/editors/gate/distinfo +++ b/editors/gate/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/12/06 22:42:25 wiz Exp $ +$NetBSD: distinfo,v 1.2 2005/12/09 14:33:34 joerg Exp $ SHA1 (gate-2.06.tar.gz) = f6935bfc410550e52725db7c1859e6ed9f6ea9e7 RMD160 (gate-2.06.tar.gz) = 3b1fb285dbeccf7dd09504f4596d8e7387b14c8a Size (gate-2.06.tar.gz) = 58677 bytes +SHA1 (patch-aa) = fb2074f4f3b8bf86ba9c25b46b50d6e259804f45 diff --git a/editors/gate/patches/patch-aa b/editors/gate/patches/patch-aa new file mode 100644 index 00000000000..f50770c0ecd --- /dev/null +++ b/editors/gate/patches/patch-aa @@ -0,0 +1,12 @@ +$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() |