From d85f42ad0ad12ca9e4e991fe041ad5f26afc4170 Mon Sep 17 00:00:00 2001 From: Hartmut Reuter Date: Mon, 12 Feb 2001 17:19:20 +0000 Subject: [PATCH] ftpd-placate-aix-20010212 Required to placate AIX compiler ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== --- src/ftpd43+/getusershell.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ftpd43+/getusershell.c b/src/ftpd43+/getusershell.c index 6409dbf9d..e83ff2e8a 100644 --- a/src/ftpd43+/getusershell.c +++ b/src/ftpd43+/getusershell.c @@ -19,6 +19,7 @@ static char sccsid[] = "@(#)getusershell.c 5.5 (Berkeley) 7/21/88"; #endif /* LIBC_SCCS and not lint */ +#include #include #include #include @@ -53,6 +54,9 @@ getusershell() return (ret); } +#ifdef AFS_AIX42_ENV +void +#endif endusershell() { @@ -113,6 +117,9 @@ initshells() return (shells); } +#ifdef AFS_AIX42_ENV +void +#endif setusershell() { -- 2.39.5