diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-04-08 13:09:29 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-04-08 13:09:29 +0000 |
commit | 08cb25116d0ff7731c067c19b2a5dc084feb2abe (patch) | |
tree | 1203ddcb3ddfdcf0fecd7dfb6a9f4dc5ff969812 /package/bootutils/bootutils-0.0.7_header-fix.patch | |
parent | ae7bc8da7a96b1a544e3706f43a6da4228a3d262 (diff) |
* Added bootutils
Diffstat (limited to 'package/bootutils/bootutils-0.0.7_header-fix.patch')
-rw-r--r-- | package/bootutils/bootutils-0.0.7_header-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/bootutils/bootutils-0.0.7_header-fix.patch b/package/bootutils/bootutils-0.0.7_header-fix.patch new file mode 100644 index 000000000..8ea417935 --- /dev/null +++ b/package/bootutils/bootutils-0.0.7_header-fix.patch @@ -0,0 +1,12 @@ +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" { |