From 0850042767ac5a87f1d715884f528989d5e36fbf Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Wed, 6 Apr 1994 18:02:32 -0800 Subject: [PATCH] fix restart command SCCS-vsn: usr.bin/ftp/ftp.c 8.4 --- usr/src/usr.bin/ftp/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/usr.bin/ftp/ftp.c b/usr/src/usr.bin/ftp/ftp.c index e064bd0da7..520334edb9 100644 --- a/usr/src/usr.bin/ftp/ftp.c +++ b/usr/src/usr.bin/ftp/ftp.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)ftp.c 8.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)ftp.c 8.4 (Berkeley) %G%"; #endif /* not lint */ #include -- 2.20.1