git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1e82a
)
svcrpc: don't byte-swap sk_reclen in place
author
J. Bruce Fields
<bfields@redhat.com>
Mon, 3 Dec 2012 21:11:13 +0000
(16:11 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 4 Dec 2012 12:47:23 +0000
(07:47 -0500)
Byte-swapping in place is always a little dubious.
Let's instead define this field to always be big-endian, and do the
swapping on demand where we need it.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found