Browse Source

remove error.h to work with musl libc

Waldemar Brodkorb 10 years ago
parent
commit
19a2d14d4e
2 changed files with 1 additions and 2 deletions
  1. 1 1
      package/mtd/Makefile
  2. 0 1
      package/mtd/src/mtd.c

+ 1 - 1
package/mtd/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		mtd
 PKG_VERSION:=		1.0
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_DESCR:=		MTD utility
 PKG_SECTION:=		fs
 

+ 0 - 1
package/mtd/src/mtd.c

@@ -37,7 +37,6 @@
 #include <stdint.h>
 #include <fcntl.h>
 #include <errno.h>
-#include <error.h>
 #include <err.h>
 #include <time.h>
 #include <string.h>