aports/main/openipmi/stdint.patch
2014-08-04 09:30:54 +00:00

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;