net/9p: fix statsize inside twstat
authorEric Van Hensbergen <ericvh@gmail.com>
Sat, 16 Jan 2010 01:01:56 +0000 (19:01 -0600)
committerEric Van Hensbergen <ericvh@gmail.com>
Mon, 8 Feb 2010 20:13:30 +0000 (14:13 -0600)
commit9d6939dac77102b09396ee0b89392ec7639612a7
tree477174ebd6a6ddcfd582c698cc3e5e903862938b
parent349d3bb878d71978650a0634b5445af3c1cc1cd8
net/9p: fix statsize inside twstat

stat structures contain a size prefix.  In our twstat messages
we were including the size of the size prefix in the prefix, which is not
what the protocol wants, and Inferno servers would complain.

Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/client.c