pkgsrc/www/ijb/patches/patch-ab
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

12 lines
282 B
Text

$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>