mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 19:30:47 -04:00
15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
$NetBSD: patch-ad,v 1.4 2007/07/31 12:26:58 joerg Exp $
|
|
|
|
--- src/System/Link/pipe_link.cpp.orig 2007-07-31 11:50:35.000000000 +0000
|
|
+++ src/System/Link/pipe_link.cpp
|
|
@@ -23,9 +23,6 @@
|
|
#ifdef OS_WIN32
|
|
#include <sys/pipe.h>
|
|
#endif
|
|
-#ifndef __APPLE__
|
|
-#include <malloc.h>
|
|
-#endif
|
|
|
|
hashset<pointer> pipe_link_set;
|
|
|