* This fix is included upstream as from 0.0.8
authorNigel Kukard <nkukard@lbsd.net>
Sat, 19 Apr 2008 05:59:07 +0000 (05:59 -0000)
committerNigel Kukard <nkukard@lbsd.net>
Sat, 19 Apr 2008 05:59:07 +0000 (05:59 -0000)
package/bootutils/bootutils-0.0.7_header-fix.patch [deleted file]

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 (file)
index 8ea4179..0000000
+++ /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" {