[Pkg-shadow-commits] r2176 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Jun 14 15:03:58 UTC 2008


Author: nekral-guest
Date: 2008-06-14 15:03:58 +0000 (Sat, 14 Jun 2008)
New Revision: 2176

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/chsh.c
Log:
	* src/chsh.c: <signal.h> is not needed.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-06-13 21:57:47 UTC (rev 2175)
+++ upstream/trunk/ChangeLog	2008-06-14 15:03:58 UTC (rev 2176)
@@ -1,3 +1,7 @@
+2008-06-14  Nicolas François  <nicolas.francois at centraliens.net>
+
+	* src/chsh.c: <signal.h> is not needed.
+
 2008-06-13  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* lib/prototypes.h: Define AUDIT_NO_ID to (unsigned int) -1. This

Modified: upstream/trunk/src/chsh.c
===================================================================
--- upstream/trunk/src/chsh.c	2008-06-13 21:57:47 UTC (rev 2175)
+++ upstream/trunk/src/chsh.c	2008-06-14 15:03:58 UTC (rev 2176)
@@ -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




More information about the Pkg-shadow-commits mailing list