summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-09-26 07:00:13 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2017-09-26 09:14:20 +0200
commita4212bf911026740afc7fce98d9100e2ef5dcea0 (patch)
treed79f4b918feb2cd8c92c246ac819fd80ca638cfd
parent0563a204c9a6866c99682081d315587328b52a80 (diff)
Replace the last reference to u_int8_t with uint8_t.
-rw-r--r--src/ipset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipset.c b/src/ipset.c
index 79f56b8..df0778a 100644
--- a/src/ipset.c
+++ b/src/ipset.c
@@ -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 */