blob: 4c149392fe1231e79e2957ab0f77761df85f1af6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ab,v 1.1 2007/08/08 20:30:13 joerg Exp $
--- nettest_bsd.c.orig 2007-08-08 20:05:44.000000000 +0000
+++ nettest_bsd.c
@@ -50,11 +50,7 @@ char nettest_id[]="\
#include <stdio.h>
#include <string.h>
#include <time.h>
-#ifdef NOSTDLIBH
-#include <malloc.h>
-#else /* NOSTDLIBH */
#include <stdlib.h>
-#endif /* NOSTDLIBH */
#ifndef WIN32
#include <sys/time.h>
|