]> git.ipfire.org Git - thirdparty/lldpd.git/commit - tests/check_edp.c
freebsd: make it compile and work on real FreeBSD systems
authorVincent Bernat <bernat@luffy.cx>
Thu, 27 Dec 2012 21:04:28 +0000 (22:04 +0100)
committerVincent Bernat <bernat@luffy.cx>
Thu, 27 Dec 2012 21:04:28 +0000 (22:04 +0100)
commit4e5f34c5231abb2be8884df6db06483b38b0eb70
tree9d6a42777a6b80ceba8163f906ff9aa15ea5cc41
parent63aebf55eceec6282f931bf0d4463d897574ba9c
freebsd: make it compile and work on real FreeBSD systems

lldpd now also runs on FreeBSD. Tested on FreeBSD 8.3.
21 files changed:
m4/os.m4
src/client/display.c
src/client/lldpctl.c
src/ctl.c
src/daemon/cdp.c
src/daemon/edp.c
src/daemon/interfaces-freebsd.c
src/daemon/interfaces-linux.c
src/daemon/interfaces.c
src/daemon/lldp.c
src/daemon/lldpd.c
src/daemon/lldpd.h
src/daemon/priv.c
src/daemon/sonmp.c
src/daemon/sonmp.h
src/lib/connection.c
tests/check_cdp.c
tests/check_edp.c
tests/check_lldp.c
tests/check_sonmp.c
tests/common.c