summaryrefslogtreecommitdiff
path: root/rfdformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'rfdformat.c')
-rw-r--r--rfdformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfdformat.c b/rfdformat.c
index ee84a21..dbe1229 100644
--- a/rfdformat.c
+++ b/rfdformat.c
@@ -90,7 +90,7 @@ void process_options(int argc, char *argv[], const char **mtd_filename)
int main(int argc, char *argv[])
{
- static const __u8 magic[] = { 0x93, 0x91 };
+ static const uint8_t magic[] = { 0x93, 0x91 };
int fd, block_count, i;
struct mtd_info_user mtd_info;
char buf[512];