summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-05-29 10:49:01 +0200
committerKarel Zak <kzak@redhat.com>2012-05-29 10:49:01 +0200
commit4ddf2dcc8c8f44f119ff756cf9703e46da2cd295 (patch)
tree8f03872223df7fb3c32e839787dc54036f45ab59
parent8610225d5833a89995e26f2e9157c779a5a6f0c8 (diff)
downloadutil-linux-4ddf2dcc8c8f44f119ff756cf9703e46da2cd295.tar.gz
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>
-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 81c43098..bbddea23 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"