From d0deca68371c222d1b2ff3fcf61312506395861c Mon Sep 17 00:00:00 2001 From: gdt Date: Thu, 26 Aug 2004 13:14:07 +0000 Subject: 2004-08-26 Greg Troxel * ospf_packet.c (ospf_recv_packet): adjust size declaration of buffer used to get interface index so that it compiles on other than Linux and includes the required alignment space. Probably this was only working on sparc/sparc64 because most of sockaddr_dl was not being written. --- ospfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ospfd/ChangeLog') diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 1339ba24..3da4571f 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,11 @@ +2004-08-26 Greg Troxel + + * ospf_packet.c (ospf_recv_packet): adjust size declaration of + buffer used to get interface index so that it compiles on other + than Linux and includes the required alignment space. Probably + this was only working on sparc/sparc64 because most of sockaddr_dl + was not being written. + 2004-08-19 Paul Jakma * ospf_packet.c: update to match sockopt renames. -- cgit v1.2.1