fix typo in previous commit

This commit is contained in:
gdt 2004-08-26 13:19:40 +00:00
parent d0deca6837
commit e304982e49

View File

@ -1883,7 +1883,7 @@ ospf_recv_packet (int fd, struct interface **ifp)
struct cmsghdr *cmsg;
#if defined(CMSG_SPACE)
/* Header and data both require alignment. */
char buff [CMSG_SPACE(SIZE_CMSG_IFINDEX_IPV4())];
char buff [CMSG_SPACE(SOPT_SIZE_CMSG_IFINDEX_IPV4())];
#else
char buff [sizeof (*cmsg) + SOPT_SIZE_CMSG_IFINDEX_IPV4()];
#endif