From: Hartmut Reuter Date: Tue, 6 Mar 2001 21:53:10 +0000 (+0000) Subject: STABLE10-ftpd-placate-aix-20010212 X-Git-Tag: openafs-stable-1_0_3~38 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=611c2ef55c630172fc68d0e2047fefd7f755a0d7;p=packages%2Fo%2Fopenafs.git STABLE10-ftpd-placate-aix-20010212 (cherry picked from commit d85f42ad0ad12ca9e4e991fe041ad5f26afc4170) --- 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() {