From 127398c6ec7b306839488df3a8a681dfa711dddd Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 24 Feb 2002 20:25:46 +0000 Subject: - (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). --- openbsd-compat/port-aix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsd-compat/port-aix.h') 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); 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 */ -- cgit v1.2.3