diff options
author | Martin Mares <mj@ucw.cz> | 1999-04-14 13:09:55 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-04-14 13:09:55 +0200 |
commit | 9da4d143402efd16bec286e3723b42386b20968b (patch) | |
tree | f21f2d7ced189a014c14e4b80b7e24ecaae4b8fb /proto/rip/rip.h | |
parent | 1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500 (diff) | |
download | bird-9da4d143402efd16bec286e3723b42386b20968b.tar bird-9da4d143402efd16bec286e3723b42386b20968b.zip |
A couple of OSPF fixes:
o ((flags & IF_CHANGE_UP) == IF_CHANGE_UP) -> (flags & IF_CHANGE_UP)
o bcopy -> memcpy (bcopy is unportable)
o Ifdeffed out add_tail(&(ifa->sk_list),NODE mcsk) -- the node in socket
structure is for internal use by the resource manager only. (Now, the
debugging dump of open sockets looks sane :-)).
Diffstat (limited to 'proto/rip/rip.h')
0 files changed, 0 insertions, 0 deletions