Fixed patch-ac from tv to only change the code on Interix. This makes all
other platforms work again.
This commit is contained in:
parent
c3634d119b
commit
aa98316659
2 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.6 2005/10/31 20:04:45 tv Exp $
|
||||
$NetBSD: distinfo,v 1.7 2005/11/08 21:39:12 rillig Exp $
|
||||
|
||||
SHA1 (ex-040103.tar.gz) = 51fa1d613b37a4f3aed1ef2968be691465cdff09
|
||||
RMD160 (ex-040103.tar.gz) = 5fc3f222dde5a8d00e1b233281ccf210affdbdf1
|
||||
Size (ex-040103.tar.gz) = 284130 bytes
|
||||
SHA1 (patch-aa) = 28d07a850482fffa5e0726438868b55a94105e50
|
||||
SHA1 (patch-ab) = 5bac9911e71b7fe787023568a7a46d1e87fb4d0e
|
||||
SHA1 (patch-ac) = df1d208fc0736f130a2a1a4fbf7a4f7d3e45bbdb
|
||||
SHA1 (patch-ac) = f95a9cfc90616d7ce9c202871b8bfe0175e4f26f
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
$NetBSD: patch-ac,v 1.1 2005/10/31 20:04:46 tv Exp $
|
||||
$NetBSD: patch-ac,v 1.2 2005/11/08 21:39:12 rillig Exp $
|
||||
|
||||
--- mapmalloc.c.orig 2003-01-28 15:04:25.000000000 -0500
|
||||
+++ mapmalloc.c
|
||||
@@ -54,6 +54,7 @@
|
||||
@@ -54,6 +54,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
+#if defined(__INTERIX)
|
||||
+#include <stdlib.h>
|
||||
+#endif
|
||||
#ifdef __GLIBC__
|
||||
/*
|
||||
* Broken GNU libc will include stdlib.h with conflicting
|
||||
|
|
Loading…
Reference in a new issue