]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
privsep: don't use err.h: not needed
authorVincent Bernat <vbe@deezer.com>
Wed, 2 Apr 2014 13:33:02 +0000 (15:33 +0200)
committerVincent Bernat <vbe@deezer.com>
Wed, 2 Apr 2014 13:33:02 +0000 (15:33 +0200)
src/daemon/privsep_io.c

index 7600ffd24c984d1f94ef1fe35da8a2ad684d877c..1fc8b74c3cf5cb5232253be2e857b46e5f0be87a 100644 (file)
@@ -11,7 +11,6 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
-#include <err.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <signal.h>