| version 1.102, 2012/01/20 00:25:29 |
version 1.103, 2012/01/20 01:17:01 |
| Line 536 struct cmsghdr { |
|
| Line 536 struct cmsghdr { |
|
| #define CMSG_ALIGN(n) __CMSG_ALIGN(n) |
#define CMSG_ALIGN(n) __CMSG_ALIGN(n) |
| #else |
#else |
| #define __CMSG_ALIGN(n) (((n) + __cmsg_alignbytes()) & ~__cmsg_alignbytes()) |
#define __CMSG_ALIGN(n) (((n) + __cmsg_alignbytes()) & ~__cmsg_alignbytes()) |
| #define CMSG_ALIGN(n) __CMSG_ALIGN(n) |
|
| #endif |
#endif |
| |
|
| /* given pointer to struct cmsghdr, return pointer to next cmsghdr */ |
/* given pointer to struct cmsghdr, return pointer to next cmsghdr */ |