ftpd-placate-aix-20010212
authorHartmut Reuter <reuter@rzg.mpg.de>
Mon, 12 Feb 2001 17:19:20 +0000 (17:19 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 12 Feb 2001 17:19:20 +0000 (17:19 +0000)
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

index 6409dbf..e83ff2e 100644 (file)
@@ -19,6 +19,7 @@
 static char sccsid[] = "@(#)getusershell.c     5.5 (Berkeley) 7/21/88";
 #endif /* LIBC_SCCS and not lint */
 
+#include <afs/param.h>
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/stat.h>
@@ -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()
 {