]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove duplicate include of sys/types.h
authorNicolas François <nicolas.francois@centraliens.net>
Mon, 19 Aug 2013 22:02:58 +0000 (00:02 +0200)
committerNicolas François <nicolas.francois@centraliens.net>
Mon, 19 Aug 2013 22:04:43 +0000 (00:04 +0200)
* src/su.c: Remove duplicate include of sys/types.h

ChangeLog
src/su.c

index 39426f29c3931008b77bff9844c510e4bd80f503..fa0d0cc3cd0b595905b52ec4bcbb60770566c700 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/su.c: Remove duplicate include of sys/types.h
+
 2013-08-19  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/su.c: Fail if the process group leader or the controlling
index 92b1a536c913a69ee8057a798a7239218638a1b1..2fb68a45cb627f1ad3b0318fb0f5958f08e5e99c 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -63,7 +63,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
-#include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include "prototypes.h"