| version 1.53, 2000/04/03 02:06:11 |
version 1.54, 2000/04/03 11:49:25 |
| Line 410 struct cmsghdr { |
|
| Line 410 struct cmsghdr { |
|
| */ |
*/ |
| #define __CMSG_ALIGN(n) (((n) + __cmsg_alignbytes()) & ~__cmsg_alignbytes()) |
#define __CMSG_ALIGN(n) (((n) + __cmsg_alignbytes()) & ~__cmsg_alignbytes()) |
| #ifdef _KERNEL |
#ifdef _KERNEL |
| #define CMSG_ALIGN(n) CMSG_ALIGN(n) |
#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 */ |