summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-02-25 15:48:02 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-02-25 15:48:02 +0000
commitc004135b72ff934c2576f8dec4d35d53019bf239 (patch)
tree41523774bd884409eae08ef6ac757b104eda922b /openbsd-compat/port-aix.h
parente06ae4a4bcdb637911a1be6657e2dfa592fd49c8 (diff)
downloadopenssh-git-c004135b72ff934c2576f8dec4d35d53019bf239.tar.gz
- (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()
since we need more session information than provided by that function.
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 b5647e7a..29d2ee63 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);
void set_limits_from_userattr(char *user);
#endif /* HAVE_GETUSERATTR */
-void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd)
+void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd);
#endif /* _AIX */