]> git.puffer.fish Git - matthieu/frr.git/commit
babeld: address some compilation warnings
authorDenis Ovsienko <infrastation@yandex.ru>
Sun, 8 Jan 2012 12:52:36 +0000 (16:52 +0400)
committerPaul Jakma <paul@quagga.net>
Sun, 25 Mar 2012 16:06:52 +0000 (17:06 +0100)
commit3dbda0ceebe369a1071600fe7d8d8ecf45f1027c
tree1df830052d1a516bc4ec6b213b36b16d28c9868d
parentef4de4d36c2dc10a68d41e518057d04b262ec867
babeld: address some compilation warnings

Including system headers is not necessary with zebra.h included and
sometimes results in "__ASSERT_FUNCTION redefined" compilation warning.

* babeld.c
  * babel_distribute_update_interface(): make static
* babel_interface.c
  * interface_config_write(): unused 'babel_ifp'
  * don't include system headers
* message.c
  * send_request(): unused 'babel_ifp'
  * send_multihop_request(): idem
  * don't include system headers
* route.c: don't include system headers
* xroute.c: idem
* source.h: newline at EOF
* message.h: idem
babeld/babel_interface.c
babeld/babeld.c
babeld/message.c
babeld/route.c
babeld/xroute.c