summaryrefslogtreecommitdiffstats
path: root/sysdep
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-04-14 13:09:55 +0200
committerMartin Mares <mj@ucw.cz>1999-04-14 13:09:55 +0200
commit9da4d143402efd16bec286e3723b42386b20968b (patch)
treef21f2d7ced189a014c14e4b80b7e24ecaae4b8fb /sysdep
parent1ab4dee0288e4ad6c8fbefae3aa64ca873cf4500 (diff)
downloadbird-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 'sysdep')
0 files changed, 0 insertions, 0 deletions