projects
/
swifty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7845ec
)
swifty: Fix sw_hash sizeof in swift_types.h.
author
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Sun, 15 May 2011 07:24:09 +0000
(10:24 +0300)
committer
Razvan Deaconescu
<razvan.deaconescu@cs.pub.ro>
Sun, 15 May 2011 07:24:09 +0000
(10:24 +0300)
src/swift_types.h
patch
|
blob
|
history
diff --git
a/src/swift_types.h
b/src/swift_types.h
index
88541c0
..
cbf930b
100644
(file)
--- a/
src/swift_types.h
+++ b/
src/swift_types.h
@@
-48,7
+48,7
@@
struct sockaddr_sw {
/* Pad to size of `struct sockaddr'. */
unsigned char sw_zero[sizeof(struct sockaddr) -
__SOCKADDR_COMMON_SIZE -
- sizeof(sw_hash) -
+ sizeof(s
truct s
w_hash) -
sizeof(struct in_addr)];
};