diff options
author | kris <kris@FreeBSD.org> | 2000-04-10 11:09:42 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-10 11:09:42 +0000 |
commit | aee7d5e2d9b6409777977e7e84bb592b3ec3bd30 (patch) | |
tree | 2a4ae68749c83823fce59d928ca92442a2879aa0 /contrib/opie/opieftpd.c | |
parent | 5bec5470a59d584c74e9b1d1a9790293fb566048 (diff) | |
download | FreeBSD-src-aee7d5e2d9b6409777977e7e84bb592b3ec3bd30.zip FreeBSD-src-aee7d5e2d9b6409777977e7e84bb592b3ec3bd30.tar.gz |
Upgrade to OPIE 2.32, from http://www.inner.net/pub/opie/
Diffstat (limited to 'contrib/opie/opieftpd.c')
-rw-r--r-- | contrib/opie/opieftpd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/opie/opieftpd.c b/contrib/opie/opieftpd.c index c3729a8..8ef014c 100644 --- a/contrib/opie/opieftpd.c +++ b/contrib/opie/opieftpd.c @@ -1,7 +1,7 @@ /* opieftpd.c: Main program for an FTP daemon. %%% portions-copyright-cmetz-96 -Portions of this software are Copyright 1996-1997 by Craig Metz, All Rights +Portions of this software are Copyright 1996-1998 by Craig Metz, All Rights Reserved. The Inner Net License Version 2 applies to these portions of the software. You should have received a copy of the license with this software. If @@ -14,6 +14,8 @@ License Agreement applies to this software. History: + Modified by cmetz for OPIE 2.32. Remove include of dirent.h here; it's + done already (and conditionally) in opie_cfg.h. Modified by cmetz for OPIE 2.31. Merged in some 4.4BSD-Lite changes. Merged in a security fix to BSD-derived ftpds. Modified by cmetz for OPIE 2.3. Fixed the filename at the top. @@ -111,7 +113,6 @@ License Agreement applies to this software. #include <arpa/telnet.h> #include <signal.h> -#include <dirent.h> #include <fcntl.h> #if HAVE_TIME_H #include <time.h> |