diff options
author | Darren Tucker <dtucker@zip.com.au> | 2005-04-05 13:00:47 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2005-04-05 13:00:47 +0200 |
commit | 0f5eeff23dc88b7ea6ac5f0345bd088ea3f49750 (patch) | |
tree | d0c96bcc21ff8d7ff000926e2e65a1b8935b23f4 /auth-sia.h | |
parent | - (dtucker) [auth-sia.c] Constify sys_auth_passwd, fixes build error on (diff) | |
download | openssh-0f5eeff23dc88b7ea6ac5f0345bd088ea3f49750.tar.xz openssh-0f5eeff23dc88b7ea6ac5f0345bd088ea3f49750.zip |
- (dtucker) [auth-passwd.c auth-sia.h] Remove duplicate definitions of
sys_auth_passwd, pointed out by cmadams at hiwaay.net.
Diffstat (limited to 'auth-sia.h')
-rw-r--r-- | auth-sia.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth-sia.h b/auth-sia.h index ca55e913e..27cbb93f1 100644 --- a/auth-sia.h +++ b/auth-sia.h @@ -26,7 +26,6 @@ #ifdef HAVE_OSF_SIA -int sys_auth_passwd(Authctxt *, char *); void session_setup_sia(struct passwd *, char *); #endif /* HAVE_OSF_SIA */ |