]> git.puffer.fish Git - mirror/frr.git/commit
lib: standardize use of queue.h
authorJorge Boncompte <jbonor@gmail.com>
Mon, 7 Aug 2017 09:47:51 +0000 (11:47 +0200)
committerJorge Boncompte <jbonor@gmail.com>
Thu, 17 Aug 2017 15:47:05 +0000 (17:47 +0200)
commitcd85bc2e0bd8657cb2555fe8d631a2b0d916588e
tree9c549835fa34d4f357466a810df244d9221f667f
parent01dccc0b19e2d568d3a69531aaea1bfbd848c39d
lib: standardize use of queue.h

The simple queue implementation in OpenBSD and FreeBSD are called diferently,
standardize in the use of the FreeBSD version and map the missing names only
if we compile on OpenBSD.

Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
ldpd/control.h
ldpd/lde.h
ldpd/ldpd.h
ldpd/ldpe.h
lib/freebsd-queue.h [new file with mode: 0644]
lib/imsg-buffer.c
lib/imsg.c
lib/queue.h
lib/subdir.am