* util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is

already included.
	Reported by: Eren D.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-22 16:50:14 +01:00
parent 3d68bffbb7
commit dbebaf9291
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
* util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is
already included.
Reported by: Eren D.
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
* conf/Makefile.common (grubdatadir): Removed.

View File

@ -34,7 +34,6 @@
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <malloc.h>
#include <fcntl.h>
#include <errno.h>
#include <ctype.h>