--- src/sys/sys/syslink_msg.h 2006/08/01 16:21:19 1.1 +++ src/sys/sys/syslink_msg.h 2006/08/06 18:56:46 1.2 @@ -137,6 +137,7 @@ struct syslink_msg { /* one or more embedded syslink_item structures */ }; +#define SLMSG_ALIGN(bytes) (((bytes) + 7) & ~7) #define SLMSGF_RESPONSE ((sl_msgid_t)0x80000000) /*