network plugin: Align write access to the send buffer.
authorFlorian octo Forster <octo@dev4.office.noris.de>
Wed, 27 Feb 2008 09:22:19 +0000 (10:22 +0100)
committerFlorian octo Forster <octo@dev4.office.noris.de>
Wed, 27 Feb 2008 09:22:19 +0000 (10:22 +0100)
commit4f3a014ba130cfd6f61b3f16aa74d527e1ab7000
treee73195f10732582170184a50c684935075cd135c
parent1ac298349bc9924e4d07dc61f6bef46b9ab0a46c
network plugin: Align write access to the send buffer.

SPARC and possibly other architectures cannot access arbitrary memory
locations. This caused a `bus error' on SPARC when the network plugin was
loaded. This change hopefully fixes this problem.
src/network.c