From 5bae9f28100c12605be1a5852d04cdf973fd323c Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 17 May 2006 18:21:50 -0500 Subject: Switch to using standard types. This is userspace, not kernel. Signed-off-by: Josh Boyer --- rfdformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfdformat.c') 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]; -- cgit v1.2.3