From c004135b72ff934c2576f8dec4d35d53019bf239 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 25 Feb 2002 15:48:02 +0000 Subject: - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() since we need more session information than provided by that function. --- 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 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); 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 */ -- cgit v1.2.3