]> granicus.if.org Git - shadow/commitdiff
* src/chsh.c: <signal.h> is not needed.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 14 Jun 2008 15:03:58 +0000 (15:03 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 14 Jun 2008 15:03:58 +0000 (15:03 +0000)
ChangeLog
src/chsh.c

index 9769a673a24c7f98cd97011e5731391e14640320..c8d6e982fe56c0d680d7cddc5c59a6722efd1c8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-14  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/chsh.c: <signal.h> is not needed.
+
 2008-06-13  Nicolas François  <nicolas.francois@centraliens.net>
 
        * lib/prototypes.h: Define AUDIT_NO_ID to (unsigned int) -1. This
index b40ebc706cc8ec6f9403df5c1f2a2b4751ebdc93..3d29f09f6df442aef765488513dfa857956fe66b 100644 (file)
@@ -37,7 +37,6 @@
 #include <fcntl.h>
 #include <getopt.h>
 #include <pwd.h>
-#include <signal.h>
 #include <stdio.h>
 #include <sys/types.h>
 #ifdef WITH_SELINUX