Don't use malloc.h.
This commit is contained in:
parent
36f8123f8e
commit
2b6b457282
2 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.2 2005/12/15 22:19:19 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.3 2007/08/05 18:42:28 joerg Exp $
|
||||
|
||||
SHA1 (uno_v28.tar.gz) = a15812a7d7ba72d6d3df283e28265c4ca2761c8f
|
||||
RMD160 (uno_v28.tar.gz) = ea12259c130ab61e7147a4f51c73d1c1ad056c55
|
||||
Size (uno_v28.tar.gz) = 236562 bytes
|
||||
SHA1 (patch-aa) = 111afbf8fbfdbb1d86737ebead7dbbf2d18d7af3
|
||||
SHA1 (patch-ab) = 09fa3ba8ece7cae500a0f60347ed63529e0bf5bb
|
||||
|
|
12
devel/uno/patches/patch-ab
Normal file
12
devel/uno/patches/patch-ab
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-ab,v 1.1 2007/08/05 18:42:28 joerg Exp $
|
||||
|
||||
--- uno_fcts.c.orig 2007-08-05 18:19:06.000000000 +0000
|
||||
+++ uno_fcts.c
|
||||
@@ -11,7 +11,6 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <malloc.h>
|
||||
#include <ctype.h>
|
||||
#include "dtags.h"
|
||||
#include "uno_fcts.h"
|
Loading…
Reference in a new issue