mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
314 B
Plaintext
15 lines
314 B
Plaintext
$NetBSD: patch-ad,v 1.1 2005/07/18 01:24:02 kristerw Exp $
|
|
|
|
--- source/speicher.c.orig Mon Jul 18 03:20:27 2005
|
|
+++ source/speicher.c Mon Jul 18 03:21:11 2005
|
|
@@ -13,9 +13,6 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#ifndef __FreeBSD__
|
|
-#include <malloc.h>
|
|
-#endif
|
|
#include <memory.h>
|
|
|
|
#include "global.h"
|