summaryrefslogtreecommitdiffstats
path: root/contrib/opie/opieftpd.c
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-10 11:18:54 +0000
committerkris <kris@FreeBSD.org>2000-04-10 11:18:54 +0000
commit7833f1a4d21cf18a1fbc9f0d8d484a5e44693cdf (patch)
tree18a7928b588cb4975327cce357578a508637e6c8 /contrib/opie/opieftpd.c
parent73aab674279668f1f9d49a4464286d6e8d1444ca (diff)
downloadFreeBSD-src-7833f1a4d21cf18a1fbc9f0d8d484a5e44693cdf.zip
FreeBSD-src-7833f1a4d21cf18a1fbc9f0d8d484a5e44693cdf.tar.gz
Resolve conflicts
Diffstat (limited to 'contrib/opie/opieftpd.c')
-rw-r--r--contrib/opie/opieftpd.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/opie/opieftpd.c b/contrib/opie/opieftpd.c
index ca346bd..b6e764d 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.
@@ -43,6 +45,8 @@ License Agreement applies to this software.
Originally from BSD Net/2.
There is some really, really ugly code in here.
+
+$FreeBSD$
*/
/*
* Copyright (c) 1985, 1988, 1990 Regents of the University of California.
@@ -111,7 +115,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>
OpenPOWER on IntegriCloud