]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
su: Don't include the unused <sys/fsuid.h>
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 29 May 2012 08:49:01 +0000 (10:49 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 May 2012 08:49:01 +0000 (10:49 +0200)
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/su.c

index 81c43098185e50a188115b29c5a4951dc2fb5f2f..bbddea23d9096f607ccf8414a25058ba6b0612f9 100644 (file)
@@ -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"