summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-aix.h')
-rw-r--r--openbsd-compat/port-aix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h
index 25ceb5b19..16863ec6d 100644
--- a/openbsd-compat/port-aix.h
+++ b/openbsd-compat/port-aix.h
@@ -52,10 +52,10 @@
52 52
53#ifdef WITH_AIXAUTHENTICATE 53#ifdef WITH_AIXAUTHENTICATE
54# define CUSTOM_FAILED_LOGIN 1 54# define CUSTOM_FAILED_LOGIN 1
55void record_failed_login(const char *user, const char *ttyname); 55void record_failed_login(const char *, const char *);
56void aix_setauthdb(const char *); 56void aix_setauthdb(const char *);
57#endif 57#endif
58 58
59void aix_usrinfo(struct passwd *pw); 59void aix_usrinfo(struct passwd *);
60void aix_remove_embedded_newlines(char *); 60void aix_remove_embedded_newlines(char *);
61#endif /* _AIX */ 61#endif /* _AIX */