From 128ded83a0d1d3b5a85b4c20a6c35d9481e23ce5 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 24 Sep 2004 09:18:21 +0000 Subject: Relevant BUGIDs: Purpose of commit: Commit summary: --------------- bugfix: Fix lot of compiler warnings new feature: add broken_shadow option to pam_unix (patch from Linux distributions) --- examples/xsh.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/xsh.c') diff --git a/examples/xsh.c b/examples/xsh.c index fdbbbfd0..f8fa1426 100644 --- a/examples/xsh.c +++ b/examples/xsh.c @@ -5,14 +5,14 @@ /* Andrew Morgan (morgan@kernel.org) -- an example application * that invokes a shell, based on blank.c */ +#include + #include #include #include #include -#include - #include #include #include @@ -155,7 +155,7 @@ int main(int argc, char **argv) fprintf(stderr,"%s: problem closing a session\n",argv[0]); break; } - + /* `0' could be as above */ retcode = pam_setcred(pamh, PAM_DELETE_CRED); bail_out(pamh,0,retcode,"pam_setcred"); -- cgit v1.2.3