=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/ftp.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/ftp/ftp.c 1996/06/03 16:34:54 1.3 +++ src/usr.bin/ftp/ftp.c 1996/06/26 05:33:36 1.4 @@ -1,3 +1,4 @@ +/* $OpenBSD: ftp.c,v 1.4 1996/06/26 05:33:36 deraadt Exp $ */ /* $NetBSD: ftp.c,v 1.13 1995/09/16 22:32:59 pk Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94"; #else -static char rcsid[] = "$NetBSD: ftp.c,v 1.13 1995/09/16 22:32:59 pk Exp $"; +static char rcsid[] = "$OpenBSD: ftp.c,v 1.4 1996/06/26 05:33:36 deraadt Exp $"; #endif #endif /* not lint */