mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-19 14:34:18 +00:00
Use __packed instead of __attribute__((packed)).
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3500 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
|
||||
#define ISCSI_VERSION 0
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 21)
|
||||
#define __packed __attribute__ ((packed))
|
||||
#ifndef __packed
|
||||
#error The macro __packed has not been defined.
|
||||
#endif
|
||||
|
||||
/* iSCSI command PDU header. See also section 10.3 in RFC 3720. */
|
||||
|
||||
Reference in New Issue
Block a user