blob: 6afaf7742272123894cc1e22d670647a1992eb72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.2 2005/12/05 20:51:12 rillig Exp $
--- loaders.c.orig Fri Oct 30 22:58:47 1998
+++ loaders.c
@@ -8,7 +8,6 @@
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
-#include <malloc.h>
#include <errno.h>
#include <sys/stat.h>
#include <ctype.h>
|