Quagga uses a mixture of srandom/random and srand/rand in it's codebase.
Consolidate to use the POSIX standard of srandom/random.

Donald Sharp (2):
  PIMD: Fix code to use srandom/random
  Quagga: Fix code to use srandom/random

 bgpd/bgp_fsm.c      |    2 +-
 bgpd/bgp_main.c     |    2 +-
 bgpd/bgp_routemap.c |   13 +----------
 isisd/isis_main.c   |    2 +-
 isisd/isis_misc.c   |    2 +-
 lib/command.c       |    2 +-
 pimd/Makefile.am    |    4 ++--
 pimd/pim_iface.c    |    8 +++----
 pimd/pim_pim.c      |    5 ++---
 pimd/pim_rand.c     |   60 ---------------------------------------------------
 pimd/pim_rand.h     |   30 --------------------------
 pimd/pimd.c         |    3 +--
 ripd/ripd.c         |    4 ++--
 ripngd/ripngd.c     |    4 ++--
 14 files changed, 19 insertions(+), 122 deletions(-)
 delete mode 100644 pimd/pim_rand.c
 delete mode 100644 pimd/pim_rand.h

-- 
1.7.10.4


_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to