]> git.ipfire.org Git - thirdparty/lldpd.git/commit
lldpd: use vfork+exec instead of fork+exec feature/noprivsep
authorVincent Bernat <bernat@luffy.cx>
Sun, 15 Dec 2013 12:07:19 +0000 (13:07 +0100)
committerVincent Bernat <bernat@luffy.cx>
Tue, 31 Dec 2013 14:18:33 +0000 (15:18 +0100)
commit45bf0bd0627d9f5ab9d2dda56f4946bc507b26b3
treeef8e41573364a790a0db9f1b98a84c64a16a27f4
parent16bbd290d5d72a04b98d056ab4cc73d6eb3c5efa
lldpd: use vfork+exec instead of fork+exec

This will help compatibility with systems not having a working `fork()`
implementation. For those who do, we will still use `fork()`.
configure.ac
src/daemon/lldpd.c
src/daemon/lldpd.h