From: Ben Collins Date: Mon, 12 Jun 2006 22:14:47 +0000 (-0400) Subject: sbp2: use __attribute__((packed)) for on-the-wire structures X-Git-Tag: v2.6.18-rc1~1094^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05db5055b1844bf39d1429a0c43078959198cd1d;p=pandora-kernel.git sbp2: use __attribute__((packed)) for on-the-wire structures It seems to have worked without the attribute during all the years just because sizes of all struct members are multiples of 32 bits. Signed-off-by: Stefan Richter Signed-off-by: Ben Collins --- Reading git-diff-tree failed