From: Nicolas François Date: Mon, 19 Aug 2013 22:02:58 +0000 (+0200) Subject: Remove duplicate include of sys/types.h X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ab421687868e27bd54c39e04df12b68a6e3f49af;p=thirdparty%2Fshadow.git Remove duplicate include of sys/types.h * src/su.c: Remove duplicate include of sys/types.h --- diff --git a/ChangeLog b/ChangeLog index 39426f29c..fa0d0cc3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-19 Nicolas François + + * src/su.c: Remove duplicate include of sys/types.h + 2013-08-19 Nicolas François * src/su.c: Fail if the process group leader or the controlling diff --git a/src/su.c b/src/su.c index 92b1a536c..2fb68a45c 100644 --- a/src/su.c +++ b/src/su.c @@ -63,7 +63,6 @@ #include #include #include -#include #include #include #include "prototypes.h"