summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-26 00:45:36 +0000
committerpeter <peter@FreeBSD.org>1999-08-26 00:45:36 +0000
commitb658a57c222af53cd4c00082ea592a9d9a5921f7 (patch)
tree13d28ea779f60b0b14a0c8c4473b102be6331f8b /libexec/ftpd/ftpd.c
parentb9c4386c6dd646e1168d559d191533658946f6bc (diff)
downloadFreeBSD-src-b658a57c222af53cd4c00082ea592a9d9a5921f7.zip
FreeBSD-src-b658a57c222af53cd4c00082ea592a9d9a5921f7.tar.gz
unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone
really dislikes this, we could add a switch to disable it at runtime and check in popen.c.
Diffstat (limited to 'libexec/ftpd/ftpd.c')
-rw-r--r--libexec/ftpd/ftpd.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 4f58d69..0150283 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -44,7 +44,7 @@ static char copyright[] =
static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94";
#endif
static const char rcsid[] =
- "$Id: ftpd.c,v 1.54 1999/04/07 08:27:40 brian Exp $";
+ "$Id: ftpd.c,v 1.55 1999/04/25 22:23:35 imp Exp $";
#endif /* not lint */
/*
@@ -103,12 +103,8 @@ static const char rcsid[] =
#include <varargs.h>
#endif
-#ifdef INTERNAL_LS
static char version[] = "Version 6.00LS";
#undef main
-#else
-static char version[] = "Version 6.00";
-#endif
extern off_t restart_point;
extern char cbuf[];
OpenPOWER on IntegriCloud