mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 11:52:25 +01:00
14 lines
385 B
Diff
14 lines
385 B
Diff
diff --git a/ui/ui.c b/ui/ui.c
|
|
index 8dcb41d..7dc7284 100644
|
|
--- a/ui/ui.c
|
|
+++ b/ui/ui.c
|
|
@@ -337,7 +337,7 @@ get_uint(char **toks, unsigned int *val, char *errstr)
|
|
static int
|
|
get_ip_addr(char **toks, struct in_addr *ip_addr, char *errstr)
|
|
{
|
|
- u_int32_t addr;
|
|
+ uint32_t addr;
|
|
unsigned char val;
|
|
char *str, *tmpstr, *istr;
|
|
char *ntok;
|