Fix typo in sctp_output.c. The lwp structure has lwp_ru embedded directly,
authorThomas E. Spanjaard <tgen@dragonflybsd.org>
Tue, 2 Jan 2007 19:30:57 +0000 (19:30 +0000)
committerThomas E. Spanjaard <tgen@dragonflybsd.org>
Tue, 2 Jan 2007 19:30:57 +0000 (19:30 +0000)
commit3a95c894ed6b5ff9036a951dde614b3461c872c0
tree4d3fb844bedf0bdd951d47def28bd0e2e44d24ac
parent0296010baff20d4452776b849a5196c4f886ebcf
Fix typo in sctp_output.c. The lwp structure has lwp_ru embedded directly,
not via a substructure lwp_stats.

Reported-by: Sascha Wildner <saw@online.de>
sys/netinet/sctp_output.c