diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-07 15:44:13 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-07 15:44:13 +0000 |
commit | 09020c7910dbc29bc8d306437301b63ad1d95733 (patch) | |
tree | 3b4efd2df43a7ed2d02013d9d961304c45847955 /security/pam_krb5 | |
parent | 717d3b5242140fff6dd2aface536d5d664a0ef4e (diff) | |
download | ports-09020c7910dbc29bc8d306437301b63ad1d95733.tar.gz ports-09020c7910dbc29bc8d306437301b63ad1d95733.zip |
Notes
Diffstat (limited to 'security/pam_krb5')
-rw-r--r-- | security/pam_krb5/files/patch-pam_krb5_sess.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/pam_krb5/files/patch-pam_krb5_sess.c b/security/pam_krb5/files/patch-pam_krb5_sess.c new file mode 100644 index 000000000000..c16b06f9c84a --- /dev/null +++ b/security/pam_krb5/files/patch-pam_krb5_sess.c @@ -0,0 +1,12 @@ +*** pam_krb5_sess.c.orig Sat Sep 7 10:42:40 2002 +--- pam_krb5_sess.c Sat Sep 7 10:43:02 2002 +*************** +*** 9,14 **** +--- 9,15 ---- + static const char rcsid[] = "$Id: pam_krb5_sess.c,v 1.1.1.1.2.5 2001/09/24 14:58:15 nectar Exp $"; + + #include <krb5.h> ++ #include <syslog.h> + #include "pam_krb5.h" + + /* Initiate session management */ |