#define SHM_R (IPC_R)
#define SHM_W (IPC_W)
+#pragma pack(4)
+
/*
* Technically, we should force all code references to the new structure
* definition, not in just the standards conformance case, and leave the
};
#endif /* !__DARWIN_UNIX03 */
+#pragma pack()
+
#ifndef KERNEL
__BEGIN_DECLS