]> granicus.if.org Git - ipset/commitdiff
Revert "ipset: fix build with musl"
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 26 Sep 2017 04:57:34 +0000 (06:57 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 26 Sep 2017 04:57:34 +0000 (06:57 +0200)
This reverts commit 992723e3712a09037338aa9e5506a080e24d1642.

The single u_int8_t usage was a leftover.

src/ipset.c

index 8d70abcc2b26b494f178ae119e08df67b1c2d71a..79f56b869ea70277b01a197d0dbdf4fbae87b4ea 100644 (file)
@@ -14,8 +14,6 @@
 #include <stdio.h>                     /* fprintf, fgets */
 #include <stdlib.h>                    /* exit */
 #include <string.h>                    /* str* */
-#define _GNU_SOURCE
-#include <sys/types.h>                 /* u_int8_t */
 
 #include <config.h>