pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/xcoral Remove conflicting declaration of mallo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/05f6dde80148
branches: trunk
changeset: 516835:05f6dde80148
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jul 29 05:34:06 2006 +0000
description:
Remove conflicting declaration of malloc(). Include stdlib.h instead.
diffstat:
editors/xcoral/distinfo | 3 ++-
editors/xcoral/patches/patch-ad | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletions(-)
diffs (38 lines):
diff -r 669535ea0ffe -r 05f6dde80148 editors/xcoral/distinfo
--- a/editors/xcoral/distinfo Sat Jul 29 05:23:35 2006 +0000
+++ b/editors/xcoral/distinfo Sat Jul 29 05:34:06 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/11/07 20:26:32 tv Exp $
+$NetBSD: distinfo,v 1.5 2006/07/29 05:34:06 minskim Exp $
SHA1 (xcoral-3.2.tar.gz) = 31b9ea50da10a3c09433062b0ae121246094cdbf
RMD160 (xcoral-3.2.tar.gz) = 6b1b3206d3e0d8b0da87e85c30e0eed167ef42c3
@@ -6,3 +6,4 @@
SHA1 (patch-aa) = 5ee143709bb60de8be543fae08f9534894a1aa42
SHA1 (patch-ab) = cd23f32a4b242e640db44f29c0f5aad7b90080dd
SHA1 (patch-ac) = e0285e7bedce0d98c0d977a002b0b2ac70a748b5
+SHA1 (patch-ad) = 3dfe4e1c81672cf4c96a16c434aebaeead5777be
diff -r 669535ea0ffe -r 05f6dde80148 editors/xcoral/patches/patch-ad
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xcoral/patches/patch-ad Sat Jul 29 05:34:06 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ad,v 1.1 2006/07/29 05:34:06 minskim Exp $
+
+--- new_window.c.orig 1998-10-19 09:04:01.000000000 +0000
++++ new_window.c
+@@ -46,6 +46,7 @@
+ *
+ */
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+
+@@ -105,7 +106,6 @@ EdWin *CreateWindow ()
+ EdWin *edtmp;
+ Window root;
+ int screen;
+- char *malloc ();
+ XYMenu *MakeMenus ();
+ Text *MakeTextWindow ();
+ MWin *MakeControlPanel ();
Home |
Main Index |
Thread Index |
Old Index