]> git.ipfire.org Git - thirdparty/lldpd.git/commit
Add support for libc not defining __progname symbol.
authorVincent Bernat <bernat@luffy.cx>
Tue, 29 Sep 2009 15:10:10 +0000 (17:10 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 29 Sep 2009 15:10:10 +0000 (17:10 +0200)
commit6bb9c4e01fd8a032f8c8aaad2b2f35aca7814c4e
tree8d335c87523fa089ff1c6317f9de3334fc99e540
parentd38eae28a90e1de54087e4cacac32f76d014ef9a
Add support for libc not defining __progname symbol.

This may happen with ancient releases of uClibc.
configure.ac
m4/progname.m4 [new file with mode: 0644]
src/agent.c
src/lldpctl.c
src/lldpd.c
src/lldpd.h
src/log.c