summaryrefslogtreecommitdiffstats
path: root/login-utils
diff options
context:
space:
mode:
authorThomas Schwinge2012-05-29 10:49:01 +0200
committerKarel Zak2012-05-29 10:49:01 +0200
commit4ddf2dcc8c8f44f119ff756cf9703e46da2cd295 (patch)
tree8f03872223df7fb3c32e839787dc54036f45ab59 /login-utils
parentMerge branch 'su-v1' of https://github.com/lnussel/util-linux (diff)
downloadkernel-qcow2-util-linux-4ddf2dcc8c8f44f119ff756cf9703e46da2cd295.tar.gz
kernel-qcow2-util-linux-4ddf2dcc8c8f44f119ff756cf9703e46da2cd295.tar.xz
kernel-qcow2-util-linux-4ddf2dcc8c8f44f119ff756cf9703e46da2cd295.zip
su: Don't include the unused <sys/fsuid.h>
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils')
-rw-r--r--login-utils/su.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/login-utils/su.c b/login-utils/su.c
index 81c430981..bbddea23d 100644
--- a/login-utils/su.c
+++ b/login-utils/su.c
@@ -60,8 +60,6 @@ enum
#include <security/pam_misc.h>
#include <signal.h>
#include <sys/wait.h>
-#include <sys/fsuid.h>
-
#include <syslog.h>
#include "error.h"