diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-04-19 05:59:07 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-04-19 05:59:07 +0000 |
commit | ecec30c20fc477a7ae3e986a6439cd2e8e0f5d97 (patch) | |
tree | 79259a1aa1d64d6f6ed8359f0a8778d2a2b610ff /package | |
parent | ab954a6ce65db14ab677c7442d2ecfb89a2f0650 (diff) | |
download | buildroot-novena-ecec30c20fc477a7ae3e986a6439cd2e8e0f5d97.tar.gz buildroot-novena-ecec30c20fc477a7ae3e986a6439cd2e8e0f5d97.zip |
* This fix is included upstream as from 0.0.8
Diffstat (limited to 'package')
-rw-r--r-- | package/bootutils/bootutils-0.0.7_header-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/bootutils/bootutils-0.0.7_header-fix.patch b/package/bootutils/bootutils-0.0.7_header-fix.patch deleted file mode 100644 index 8ea417935..000000000 --- a/package/bootutils/bootutils-0.0.7_header-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru bootutils-0.0.7_vanilla/libblkid/blkid.h bootutils-0.0.7_header-fix/libblkid/blkid.h ---- bootutils-0.0.7_vanilla/libblkid/blkid.h 2007-07-16 18:30:48.000000000 +0000 -+++ bootutils-0.0.7_header-fix/libblkid/blkid.h 2008-03-29 15:34:54.000000000 +0000 -@@ -14,7 +14,7 @@ - #define _BLKID_BLKID_H - - #include <sys/types.h> --#include <blkid/blkid_types.h> -+#include "blkid_types.h" - - #ifdef __cplusplus - extern "C" { |