summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-02-24 20:25:46 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-02-24 20:25:46 +0000
commit127398c6ec7b306839488df3a8a681dfa711dddd (patch)
tree1e7a5d66247ce1090e83782661c2136d6c254f32 /openbsd-compat/port-aix.h
parent3107efc12a83e8ae189cc00d92baa4a93424df45 (diff)
downloadopenssh-git-127398c6ec7b306839488df3a8a681dfa711dddd.tar.gz
- (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we
need to do the jobs (AIX still does not fully compile, but that is coming).
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 891b27ad..b5647e7a 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(Session *s);
+void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd)
#endif /* _AIX */