pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/comms/dl-ezkit Do not include <malloc.h>.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e50a0215af69
branches: trunk
changeset: 497074:e50a0215af69
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Wed Jul 20 01:43:01 2005 +0000
description:
Do not include <malloc.h>.
diffstat:
comms/dl-ezkit/distinfo | 4 ++--
comms/dl-ezkit/patches/patch-ac | 17 +++++++++++++----
2 files changed, 15 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r 508ceda33c1d -r e50a0215af69 comms/dl-ezkit/distinfo
--- a/comms/dl-ezkit/distinfo Wed Jul 20 01:42:42 2005 +0000
+++ b/comms/dl-ezkit/distinfo Wed Jul 20 01:43:01 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 16:05:29 agc Exp $
+$NetBSD: distinfo,v 1.6 2005/07/20 01:43:01 kristerw Exp $
SHA1 (dl-ezkit-0.8.1-bsd.tar.gz) = d134aef41f559e23d79eca85e15273d60135a7f0
RMD160 (dl-ezkit-0.8.1-bsd.tar.gz) = f52b91f7a867dc8dee7f487b7f8418de9a206910
Size (dl-ezkit-0.8.1-bsd.tar.gz) = 32166 bytes
SHA1 (patch-aa) = 891778644b6e66d704c3efe3688c3fb7abc64e96
SHA1 (patch-ab) = 6a8bd14cb90517ca3c859a0b89f762ed8f2e82fb
-SHA1 (patch-ac) = 2af79d096d52199e0e71008cd9d9cd7d351638d3
+SHA1 (patch-ac) = 0c6f97ee0dbd499cd2ab5e3c71f75da476da94c5
diff -r 508ceda33c1d -r e50a0215af69 comms/dl-ezkit/patches/patch-ac
--- a/comms/dl-ezkit/patches/patch-ac Wed Jul 20 01:42:42 2005 +0000
+++ b/comms/dl-ezkit/patches/patch-ac Wed Jul 20 01:43:01 2005 +0000
@@ -1,7 +1,16 @@
-$NetBSD: patch-ac,v 1.1.1.1 2001/07/15 20:10:52 gmcgarry Exp $
---- lserial.c.orig Sun Jul 15 17:27:34 2001
-+++ lserial.c Sun Jul 15 17:27:51 2001
-@@ -331,7 +331,7 @@
+$NetBSD: patch-ac,v 1.2 2005/07/20 01:43:01 kristerw Exp $
+
+--- lserial.c.orig Wed Dec 9 17:54:19 1998
++++ lserial.c Wed Jul 20 03:39:32 2005
+@@ -13,7 +13,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <unistd.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <termios.h>
+ #include <fcntl.h>
+@@ -331,7 +330,7 @@
while (len > 0)
{
Home |
Main Index |
Thread Index |
Old Index