e8bec33be1
again. This was changed in sys/socket.h r1.51 to work around fallout from the IPv6 aux data migration. It broke the historic ABI on some platforms. This commit restores compatibility for netbsd32 code on such platforms and provides a template for future changes to the CMSG_* alignment. Revert PCC/Clang workarounds in postfix and tmux.
9 lines
179 B
C
9 lines
179 B
C
/* $NetBSD: cdefs.h,v 1.7 2012/01/20 14:08:06 joerg Exp $ */
|
|
|
|
#ifndef _M68K_CDEFS_H_
|
|
#define _M68K_CDEFS_H_
|
|
|
|
#define __ALIGNBYTES (sizeof(int) - 1)
|
|
|
|
#endif /* !_M68K_CDEFS_H_ */
|