]> git.puffer.fish Git - matthieu/frr.git/commit
[cleanup] convert bzero() deprecated by POSIX to memset()
authorJeremy Jackson <jerj@coplanar.net>
Thu, 22 Jan 2009 01:51:57 +0000 (20:51 -0500)
committerPaul Jakma <paul@quagga.net>
Fri, 19 Jun 2009 14:03:31 +0000 (15:03 +0100)
commitec5e42b3c50e3a8e95963161319fa1a56466b2ae
tree4eba2580aca51f386ce2f879f32f8616279a1ba3
parente84999d93afd0f727f7325431c055cc26c988c68
[cleanup] convert bzero() deprecated by POSIX to memset()

autoscan 2.62 complains about bzero(), so a good fix
nowadays is to just replace it.
isisd/isis_lsp.c
zebra/irdp_interface.c
zebra/irdp_packet.c