summaryrefslogtreecommitdiffstats
path: root/utils/expect_flush.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/expect_flush.c')
-rw-r--r--utils/expect_flush.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/expect_flush.c b/utils/expect_flush.c
index 1ae69c9..8a4897f 100644
--- a/utils/expect_flush.c
+++ b/utils/expect_flush.c
@@ -8,7 +8,7 @@
int main(void)
{
int ret;
- u_int8_t family = AF_INET;
+ uint8_t family = AF_INET;
struct nfct_handle *h;
h = nfct_open(EXPECT, 0);