]> git.proxmox.com Git - mirror_frr.git/commit - nhrpd/linux.c
*: fix config.h/zebra.h include order
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 28 Aug 2018 08:57:13 +0000 (10:57 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 8 Sep 2018 19:30:42 +0000 (21:30 +0200)
commitb45ac5f5c61f98b0aacf65b456547142193ae1fc
treecc932f64c64d19ce520e6947f80ab181c3a741b5
parentdbac691da646e624addc8f3ed5e744f9d3f8d69f
*: fix config.h/zebra.h include order

config.h (or, transitively, zebra.h) must be the first include file
listed for autoconf things like _GNU_SOURCE and _POSIX_C_SOURCE to work
correctly.

Signed-off-by: David Lamparter <equinox@diac24.net>
54 files changed:
babeld/babel_filter.c
babeld/kernel.c
babeld/neighbour.c
babeld/net.c
babeld/resend.c
babeld/source.c
babeld/util.c
bgpd/bgp_flowspec.c
bgpd/rfapi/rfapi.c
bgpd/rfapi/rfapi_ap.c
bgpd/rfapi/rfapi_descriptor_rfp_utils.c
bgpd/rfapi/rfapi_import.c
bgpd/rfapi/rfapi_monitor.c
bgpd/rfapi/rfapi_rib.c
bgpd/rfapi/rfapi_vty.c
bgpd/rfp-example/librfp/rfp_example.c
bgpd/rfp-example/rfptest/rfptest.c
eigrpd/eigrp_fsm.c
ldpd/pfkey.c
lib/csv.c
lib/ferr.c
lib/frrstr.c
lib/grammar_sandbox.c
lib/grammar_sandbox_main.c
lib/hook.c
lib/lib_errors.c
lib/openbsd-tree.c
lib/ptm_lib.c
lib/strlcat.c
lib/strlcpy.c
nhrpd/linux.c
nhrpd/netlink_arp.c
nhrpd/netlink_gre.c
nhrpd/nhrp_event.c
nhrpd/nhrp_interface.c
nhrpd/nhrp_main.c
nhrpd/nhrp_packet.c
nhrpd/nhrp_peer.c
nhrpd/nhrp_route.c
nhrpd/nhrp_shortcut.c
nhrpd/resolver.c
nhrpd/vici.c
nhrpd/zbuf.c
nhrpd/znl.c
ospfd/ospf_sr.c
pimd/mtracebis.c
pimd/mtracebis_netlink.c
pimd/mtracebis_routeget.c
pimd/pim_igmp_stats.c
qpb/qpb_allocator.c
tests/isisd/test_fuzz_isis_tlv.c
tests/test_lblmgr.c
tools/permutations.c
tools/start-stop-daemon.c