]> granicus.if.org Git - shadow/commitdiff
* src/nologin.c: Include <stdlib.h> to get EXIT_FAILURE.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 9 May 2009 13:14:23 +0000 (13:14 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 9 May 2009 13:14:23 +0000 (13:14 +0000)
ChangeLog
src/nologin.c

index 3634ca57cc17f842ca0d3fb3bd0684373943b1ea..37e37eabb302498aa53efc6eb35d89c0fa32e164 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-07  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/nologin.c: Include <stdlib.h> to get EXIT_FAILURE.
+
 2009-05-04  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS, configure.in: Fix build failure on non-PAM enabled system
index 07235258cfd759edfb0d5f858a2098ed528a45ec..7fe8a6a20aef1a19854240047f9004e8d22f90a4 100644 (file)
@@ -29,6 +29,7 @@
 #ident "$Id$"
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <syslog.h>
 #include <unistd.h>