chiark / gitweb /
pam_systemd: remove spurious include of <sys/capability.h>
authorFilipe Brandenburger <filbranden@google.com>
Tue, 23 Dec 2014 18:38:48 +0000 (10:38 -0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 25 Dec 2014 15:57:29 +0000 (10:57 -0500)
commitf2c0b4f1b1340426d2cc42948964af55be35feb3
tree62cc4d44eccbb15e06dbf92e267093da38cde425
parent88c49117685837fd1b9a43e4578238a825c8bcab
pam_systemd: remove spurious include of <sys/capability.h>

It does not use any functions or constants from libcap directly.

Tested that "pam_systemd.la" builds cleanly and works after this change.
src/login/pam_systemd.c