Quellcode durchsuchen

* This fix is included upstream as from 0.0.8

Nigel Kukard vor 17 Jahren
Ursprung
Commit
ecec30c20f
1 geänderte Dateien mit 0 neuen und 12 gelöschten Zeilen
  1. 0 12
      package/bootutils/bootutils-0.0.7_header-fix.patch

+ 0 - 12
package/bootutils/bootutils-0.0.7_header-fix.patch

@@ -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" {