Restore bzip2(1) support in loader(8) after Peter's renames of

malloc() to Malloc(), and free() to Free(), in zalloc_malloc.c.
This commit is contained in:
Ruslan Ermilov 2003-04-25 06:44:56 +00:00
parent 5299887de5
commit a14744f268
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114004

View File

@ -1,7 +1,16 @@
$FreeBSD$
--- bzlib_private.h 2002/02/01 15:41:26 1.1
+++ bzlib_private.h 2002/02/01 15:41:46
--- bzlib_private.h 1 Feb 2002 16:26:19 -0000 1.1.1.2
+++ bzlib_private.h 25 Apr 2003 03:55:07 -0000
@@ -62,7 +62,7 @@
#ifndef _BZLIB_PRIVATE_H
#define _BZLIB_PRIVATE_H
-#include <stdlib.h>
+#include "stand.h"
#ifndef BZ_NO_STDIO
#include <stdio.h>
@@ -70,7 +70,7 @@
#include <string.h>
#endif