From 91bf45c5977d090adb03b8cabb4293203341f34c Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 4 Mar 2004 22:59:36 +1100 Subject: - (dtucker) [auth-passwd.c auth-sia.c auth-sia.h defines.h openbsd-compat/xcrypt.c] Bug #802: Fix build error on Tru64 when configured --with-osfsia. ok djm@ --- auth-sia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth-sia.h') diff --git a/auth-sia.h b/auth-sia.h index 38164ff8..ca55e913 100644 --- a/auth-sia.h +++ b/auth-sia.h @@ -26,7 +26,7 @@ #ifdef HAVE_OSF_SIA -int auth_sia_password(Authctxt *, char *); +int sys_auth_passwd(Authctxt *, char *); void session_setup_sia(struct passwd *, char *); #endif /* HAVE_OSF_SIA */ -- cgit v1.2.3