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)
- (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 891b27add..b5647e7ab 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(Session *s); 8void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd)
9 9
10#endif /* _AIX */ 10#endif /* _AIX */