blob: 98e2a7d48ee4b4b92da0a48f6b8dc0a5ad37e276 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ac,v 1.1 2004/05/05 00:46:45 danw Exp $
--- support.c.orig Sun May 2 21:35:48 2004
+++ support.c
@@ -18,11 +18,7 @@
* bartel@informatik.tu-muenchen.de
*/
#include <string.h>
-#if defined(FreeBSD)
#include <stdlib.h>
-#else
-#include <malloc.h>
-#endif /*FreeBSD*/
#include "support.h"
/* Pad the string to size from right with character pad.
|