* src/chsh.c: <signal.h> is not needed.

This commit is contained in:
nekral-guest 2008-06-14 15:03:58 +00:00
parent 53543b9b6a
commit 4f12c31e3b
2 changed files with 4 additions and 1 deletions

View File

@ -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

View 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