diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-04 09:30:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-08-04 09:30:54 +0000 |
commit | 0713083093a250c8709fd8485ef600eacd7b78f0 (patch) | |
tree | 1e8df982ee9bf53a71da28deffae3e8aaa3046c7 /main/openipmi/stdint.patch | |
parent | 841c12e12453ad580392976309ab148f54deef2d (diff) | |
download | aports-0713083093a250c8709fd8485ef600eacd7b78f0.tar.bz2 aports-0713083093a250c8709fd8485ef600eacd7b78f0.tar.xz |
main/openipmi: moved from testing
Diffstat (limited to 'main/openipmi/stdint.patch')
-rw-r--r-- | main/openipmi/stdint.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/openipmi/stdint.patch b/main/openipmi/stdint.patch new file mode 100644 index 000000000..5def30aad --- /dev/null +++ b/main/openipmi/stdint.patch @@ -0,0 +1,13 @@ +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; |