Don't use malloc.h.
This commit is contained in:
parent
cef45775b7
commit
94883ca1ea
4 changed files with 28 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.6 2006/05/12 12:26:58 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.7 2007/08/08 19:41:30 joerg Exp $
|
||||
|
||||
SHA1 (gphoto-0.4.3.tar.gz) = f0606444ca0b3c37065b022cbe28ae265704af39
|
||||
RMD160 (gphoto-0.4.3.tar.gz) = b0cefdea55b592e237a0787689255c2939180608
|
||||
|
@ -23,3 +23,4 @@ SHA1 (patch-ax) = d52694837311a05d310280a11497e13ad8648229
|
|||
SHA1 (patch-ay) = 31bed2ab061434fd28ffeda727babfd17f1bbe6e
|
||||
SHA1 (patch-az) = 0a4bc130750db709a5f4d808453f44ae20028e81
|
||||
SHA1 (patch-ba) = 61ead767f4f2ec2f61218d28127c29e29e97f4f5
|
||||
SHA1 (patch-bb) = bd3829f614d9400a68cda92b3d5afb538729c1f9
|
||||
|
|
12
graphics/gphoto/patches/patch-bb
Normal file
12
graphics/gphoto/patches/patch-bb
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-bb,v 1.1 2007/08/08 19:41:30 joerg Exp $
|
||||
|
||||
--- philips/philips_io.c.orig 2007-08-08 19:18:51.000000000 +0000
|
||||
+++ philips/philips_io.c
|
||||
@@ -55,7 +55,6 @@ void update_status (char *message);
|
||||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
-#include <malloc.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.5 2006/04/22 17:45:38 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.6 2007/08/08 19:41:49 joerg Exp $
|
||||
|
||||
SHA1 (imp1.1b9.tar.gz) = 73d3ce69d2d31af0b8e6bfb3825ebcd2f519024c
|
||||
RMD160 (imp1.1b9.tar.gz) = 2f0d49d90baa1c92edf564bf163147679c4cbaf4
|
||||
|
@ -6,3 +6,4 @@ Size (imp1.1b9.tar.gz) = 1334533 bytes
|
|||
SHA1 (patch-aa) = a872102d3b3205b6e8e4d44839b150e94aa6fd8a
|
||||
SHA1 (patch-ab) = f6e71dbd213cfdc447535bc25325c9417a99c498
|
||||
SHA1 (patch-ac) = bedff4ed0d84f482fe765b775a2c2ac58eacdba3
|
||||
SHA1 (patch-ad) = e929f3994e292d508a665d3c25d34b4f21c5fd60
|
||||
|
|
12
graphics/impress/patches/patch-ad
Normal file
12
graphics/impress/patches/patch-ad
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ad,v 1.1 2007/08/08 19:41:49 joerg Exp $
|
||||
|
||||
--- font3d/truetype.cc.orig 2007-08-08 19:20:34.000000000 +0000
|
||||
+++ font3d/truetype.cc
|
||||
@@ -29,7 +29,6 @@
|
||||
//==============================================================================================
|
||||
|
||||
#include <stdlib.h>
|
||||
-#include <malloc.h>
|
||||
#include <stdio.h>
|
||||
#include <iostream.h>
|
||||
#include <iomanip.h>
|
Loading…
Reference in a new issue