summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-07-14 16:43:42 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-07-14 16:43:42 +1000
commit0abf13bb504ae7361d0f5ed581398c7408b073f0 (patch)
tree7f0f3817f5b5422b8714b788c274ac33ecdfe85b
parentfc3454ee6752333ce7af349b71be12aa9cbe4fcc (diff)
- (dtucker) [port-aix.h] Fix prototypes.
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/port-aix.h4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 28003b96..f03f1102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
- (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]
Call setauthdb() before loginfailed(), which may load password registry-
specific functions. Based on patch by cawlfiel@us.ibm.com.
+ - (dtucker) [port-aix.h] Fix prototypes.
20030708
- (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]
@@ -679,4 +680,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.2852 2003/07/14 06:41:55 dtucker Exp $
+$Id: ChangeLog,v 1.2853 2003/07/14 06:43:42 dtucker Exp $
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h
index 25ceb5b1..16863ec6 100644
--- a/openbsd-compat/port-aix.h
+++ b/openbsd-compat/port-aix.h
@@ -52,10 +52,10 @@
#ifdef WITH_AIXAUTHENTICATE
# define CUSTOM_FAILED_LOGIN 1
-void record_failed_login(const char *user, const char *ttyname);
+void record_failed_login(const char *, const char *);
void aix_setauthdb(const char *);
#endif
-void aix_usrinfo(struct passwd *pw);
+void aix_usrinfo(struct passwd *);
void aix_remove_embedded_newlines(char *);
#endif /* _AIX */