]> granicus.if.org Git - ipset/commitdiff
Replace the last reference to u_int8_t with uint8_t.
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 26 Sep 2017 05:00:13 +0000 (07:00 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 26 Sep 2017 07:14:20 +0000 (09:14 +0200)
src/ipset.c

index 79f56b869ea70277b01a197d0dbdf4fbae87b4ea..df0778a92d8be0733b44bf7831365a934dbea1f2 100644 (file)
@@ -282,7 +282,7 @@ call_parser(int *argc, char *argv[], const struct ipset_type *type,
        const struct ipset_arg *arg;
        const char *optstr;
        const struct ipset_type *t = type;
-       u_int8_t revision = type->revision;
+       uint8_t revision = type->revision;
        int ret = 0, i = 1;
 
        /* Currently CREATE and ADT may have got additional arguments */