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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h
index b5647e7ab..29d2ee630 100644
--- a/openbsd-compat/port-aix.h
+++ b/openbsd-compat/port-aix.h
@@ -5,6 +5,6 @@ void set_limit(char *user, char *soft, char *hard, int resource, int mult);
5void set_limits_from_userattr(char *user); 5void set_limits_from_userattr(char *user);
6#endif /* HAVE_GETUSERATTR */ 6#endif /* HAVE_GETUSERATTR */
7 7
8void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd) 8void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd);
9 9
10#endif /* _AIX */ 10#endif /* _AIX */