]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Feb 2012 15:50:14 +0000 (16:50 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Wed, 22 Feb 2012 15:50:14 +0000 (16:50 +0100)
already included.
Reported by: Eren D.

ChangeLog
util/ieee1275/ofpath.c

index d4d6e84fa9aa37503acc7e4a8e7a6807d6e91140..bc8d78715d84d1cd8a67e781c02742d98f75b536 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 1d39ac38b29a4968046f405307e5a98b53430bda..590cd579a2eae0196b64c24b7931797c49bd2614 100644 (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>