diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
| commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
| tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /usr.bin/ftp/cmdtab.c | |
| parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvs
'RELENG_3_0_0_RELEASE'.
This commit was manufactured to restore the state of the 3.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'usr.bin/ftp/cmdtab.c')
| -rw-r--r-- | usr.bin/ftp/cmdtab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/cmdtab.c b/usr.bin/ftp/cmdtab.c index 37920e7d8bca..41031d3fef89 100644 --- a/usr.bin/ftp/cmdtab.c +++ b/usr.bin/ftp/cmdtab.c @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $Id: cmdtab.c,v 1.6 1997/12/13 20:38:13 pst Exp $ */ /* $NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $ */ /* @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)cmdtab.c 8.4 (Berkeley) 10/9/94"; #else -__RCSID("$Id$"); +__RCSID("$Id: cmdtab.c,v 1.6 1997/12/13 20:38:13 pst Exp $"); __RCSID_SOURCE("$NetBSD: cmdtab.c,v 1.17 1997/08/18 10:20:17 lukem Exp $"); #endif #endif /* not lint */ |
