projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93b0d86
)
compat/inet_ntop: do not use u_int
author
Junio C Hamano
<junkio@cox.net>
Wed, 20 Dec 2006 21:45:55 +0000
(13:45 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 20 Dec 2006 21:45:55 +0000
(13:45 -0800)
It is pointless.
Signed-off-by: Junio C Hamano <junkio@cox.net>
compat/inet_ntop.c
patch
|
blob
|
history
diff --git
a/compat/inet_ntop.c
b/compat/inet_ntop.c
index ec8c1bff539232c581fd10ef1d01c345442a2e35..4d7ab9d9758428c003a74d9f85699d7fc6922e05 100644
(file)
--- a/
compat/inet_ntop.c
+++ b/
compat/inet_ntop.c
@@
-93,7
+93,7
@@
inet_ntop6(src, dst, size)
*/
char tmp[sizeof "ffff:ffff:ffff:ffff:ffff:ffff:255.255.255.255"], *tp;
struct { int base, len; } best, cur;
- u
_
int words[NS_IN6ADDRSZ / NS_INT16SZ];
+ u
nsigned
int words[NS_IN6ADDRSZ / NS_INT16SZ];
int i;
/*