]> git.ipfire.org Git - thirdparty/bird.git/commit - client/commands.c
Include "lib/string.h" instead of <string.h>. It should give us bzero()
authorMartin Mares <mj@ucw.cz>
Fri, 31 Mar 2000 23:30:21 +0000 (23:30 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 31 Mar 2000 23:30:21 +0000 (23:30 +0000)
commit221135d6bf256c85b4aeb08881d6262f6eaadff4
treeb2e09621cefeb03e184e80ea0373c3f7bb26c913
parentc00d31befab5a7e932231f7a8050547c72c94631
Include "lib/string.h" instead of <string.h>. It should give us bzero()
and other non-portable functions on all systems.
34 files changed:
client/client.c
client/commands.c
client/util.c
conf/cf-lex.l
conf/confbase.Y
filter/config.Y
lib/ip.c
lib/ipv4.c
lib/ipv6.c
lib/ipv6.h
lib/md5.c
lib/mempool.c
lib/printf.c
lib/resource.c
lib/slab.c
lib/string.h
lib/unaligned.h
nest/cli.c
nest/proto.c
nest/rt-attr.c
nest/rt-dev.c
nest/rt-fib.c
nest/rt-table.c
proto/ospf/ospf.h
proto/ospf/topology.c
proto/rip/auth.c
proto/rip/rip.c
proto/static/static.c
sysdep/linux/krt-scan.c
sysdep/linux/netlink/netlink.c
sysdep/unix/io.c
sysdep/unix/krt-iface.c
sysdep/unix/krt-set.c
sysdep/unix/main.c