blob: fa7f1e8e9f21f21356f0890b5037c4329e13071f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.33 2009/10/04 16:58:38 taca Exp $
--- nsswitch/pam_winbind.c.orig 2009-09-30 21:21:56.000000000 +0900
+++ nsswitch/pam_winbind.c
@@ -1295,6 +1295,8 @@ static char *_pam_delete(register char *
return NULL;
}
+PAM_EXTERN int pam_sm_close_session(pam_handle_t *, int, int, const char **);
+
/*
* obtain a password from the user
*/
|