chiark / gitweb /
tmpfiles: remove spurious include of <sys/capability.h>
authorFilipe Brandenburger <filbranden@google.com>
Tue, 23 Dec 2014 18:38:44 +0000 (10:38 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Dec 2014 15:56:21 +0000 (10:56 -0500)
commit2395eb17ebd1033e53989e4a9b8745f921a7d965
tree5f3017f9807e883893b5d991009e03823fb6dbed
parentd920e59c7df63300e5b5191d2a4be7b3baac6ea8
tmpfiles: remove spurious include of <sys/capability.h>

It does not use any functions from libcap directly. The CAP_MKNOD constant in
use by this file comes from <linux/capability.h> imported through "missing.h".

Tested that "systemd-tmpfiles" builds cleanly and works after this change.
src/tmpfiles/tmpfiles.c