diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-26 18:13:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-09-26 18:13:52 +0000 |
commit | 67cde0f8e7510ac2a684a418b1ff46fd779532f9 (patch) | |
tree | f9b3ebfc159c1e8d48f0f8ae91cab99a86d87dd3 /security/hpn-ssh/files/patch-auth-pam.h | |
parent | Add wv2, a library providing routines to access Microsoft Word/Excel files. (diff) |
- update to 3.7.1p2
more regressions tests successfull
Notes
Notes:
svn path=/head/; revision=89470
Diffstat (limited to 'security/hpn-ssh/files/patch-auth-pam.h')
-rw-r--r-- | security/hpn-ssh/files/patch-auth-pam.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/hpn-ssh/files/patch-auth-pam.h b/security/hpn-ssh/files/patch-auth-pam.h deleted file mode 100644 index efa2803ed0c1..000000000000 --- a/security/hpn-ssh/files/patch-auth-pam.h +++ /dev/null @@ -1,13 +0,0 @@ ---- auth-pam.h Tue Jul 23 02:44:07 2002 -+++ cvs-current/auth-pam.h Sat Dec 14 14:52:39 2002 -@@ -37,8 +38,8 @@ - char **fetch_pam_environment(void); - void free_pam_environment(char **env); - int do_pam_authenticate(int flags); --int do_pam_account(char *username, char *remote_user); --void do_pam_session(char *username, const char *ttyname); -+int do_pam_account(const char *username, const char *remote_user); -+void do_pam_session(const char *username, const char *ttyname); - void do_pam_setcred(int init); - void print_pam_messages(void); - int is_pam_password_change_required(void); |