]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpd: invoke `setproctitle_init()` when needed
authorVincent Bernat <vincent.bernat@dailymotion.com>
Mon, 15 Jul 2013 13:46:36 +0000 (15:46 +0200)
committerVincent Bernat <vincent.bernat@dailymotion.com>
Mon, 15 Jul 2013 13:46:36 +0000 (15:46 +0200)
commit1e0d651f6ec99fcc1ad946723a03d4216caa57c5
tree358332c2da92156780403616dd7517f4177add2c
parent5c4fa9bdc202c7f474cb50f77a79acbea2abd009
lldpd: invoke `setproctitle_init()` when needed

On some systems, we need to invoke `setproctitle_init()` before using
`setproctitle()`.
configure.ac
src/daemon/lldpd.c
src/daemon/lldpd.h
src/daemon/main.c