summaryrefslogtreecommitdiff
path: root/regdbdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'regdbdump.c')
-rw-r--r--regdbdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regdbdump.c b/regdbdump.c
index 51f99bc..9ba806c 100644
--- a/regdbdump.c
+++ b/regdbdump.c
@@ -13,7 +13,7 @@ int main(int argc, char **argv)
{
int fd;
struct stat stat;
- __u8 *db;
+ uint8_t *db;
struct regdb_file_header *header;
struct regdb_file_reg_country *countries;
int dblen, siglen, num_countries, i, r = 0;