Add RCS ids.

This commit is contained in:
mycroft 1994-08-29 03:09:05 +00:00
parent 41cfb13f6e
commit 8126499a9d
11 changed files with 22 additions and 11 deletions

View File

@ -1,4 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 4/3/94
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
# $Id: Makefile,v 1.4 1994/08/29 03:09:05 mycroft Exp $
PROG= ftp
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)cmds.c 8.5 (Berkeley) 4/6/94";
/*static char sccsid[] = "from: @(#)cmds.c 8.5 (Berkeley) 4/6/94";*/
static char *rcsid = "$Id: cmds.c,v 1.6 1994/08/29 03:09:06 mycroft Exp $";
#endif /* not lint */
/*

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)cmdtab.c 8.3 (Berkeley) 4/2/94";
/*static char sccsid[] = "from: @(#)cmdtab.c 8.3 (Berkeley) 4/2/94";*/
static char *rcsid = "$Id: cmdtab.c,v 1.5 1994/08/29 03:09:08 mycroft Exp $";
#endif /* not lint */
#include <stdio.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)domacro.c 8.3 (Berkeley) 4/2/94";
/*static char sccsid[] = "from: @(#)domacro.c 8.3 (Berkeley) 4/2/94";*/
static char *rcsid = "$Id: domacro.c,v 1.4 1994/08/29 03:09:09 mycroft Exp $";
#endif /* not lint */
#include <ctype.h>

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/3/94
* from: @(#)extern.h 8.2 (Berkeley) 4/3/94
* $Id: extern.h,v 1.3 1994/08/29 03:09:10 mycroft Exp $
*/
struct timeval;

View File

@ -29,7 +29,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" @(#)ftp.1 8.2 (Berkeley) 12/30/93
.\" from: @(#)ftp.1 8.2 (Berkeley) 12/30/93
.\" $Id: ftp.1,v 1.9 1994/08/29 03:09:13 mycroft Exp $
.\"
.Dd December 30, 1993
.Dt FTP 1

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ftp.c 8.4 (Berkeley) 4/6/94";
/*static char sccsid[] = "from: @(#)ftp.c 8.4 (Berkeley) 4/6/94";*/
static char *rcsid = "$Id: ftp.c,v 1.9 1994/08/29 03:09:15 mycroft Exp $";
#endif /* not lint */
#include <sys/param.h>

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)ftp_var.h 8.3 (Berkeley) 4/2/94
* from: @(#)ftp_var.h 8.3 (Berkeley) 4/2/94
* $Id: ftp_var.h,v 1.5 1994/08/29 03:09:17 mycroft Exp $
*/
/*

View File

@ -38,7 +38,8 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 4/3/94";
/*static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 4/3/94";*/
static char *rcsid = "$Id: main.c,v 1.5 1994/08/29 03:09:18 mycroft Exp $";
#endif /* not lint */
/*

View File

@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/6/93
* from: @(#)pathnames.h 8.1 (Berkeley) 6/6/93
* $Id: pathnames.h,v 1.4 1994/08/29 03:09:19 mycroft Exp $
*/
#include <paths.h>

View File

@ -32,7 +32,8 @@
*/
#ifndef lint
static char sccsid[] = "@(#)ruserpass.c 8.3 (Berkeley) 4/2/94";
/*static char sccsid[] = "from: @(#)ruserpass.c 8.3 (Berkeley) 4/2/94";*/
static char *rcsid = "$Id: ruserpass.c,v 1.4 1994/08/29 03:09:21 mycroft Exp $";
#endif /* not lint */
#include <sys/types.h>