From 7c871e89f98275124dbe6fcd13a365be647c3189 Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Sun, 3 Apr 1994 16:25:02 -0800 Subject: [PATCH] use glob in libc instead of local version SCCS-vsn: usr.bin/ftp/Makefile 8.2 SCCS-vsn: usr.bin/ftp/cmds.c 8.4 --- usr/src/usr.bin/ftp/Makefile | 4 ++-- usr/src/usr.bin/ftp/cmds.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.bin/ftp/Makefile b/usr/src/usr.bin/ftp/Makefile index c2959d7f4f..ea589f70cf 100644 --- a/usr/src/usr.bin/ftp/Makefile +++ b/usr/src/usr.bin/ftp/Makefile @@ -1,6 +1,6 @@ -# @(#)Makefile 8.1 (Berkeley) %G% +# @(#)Makefile 8.2 (Berkeley) %G% PROG= ftp -SRCS= cmds.c cmdtab.c ftp.c glob.c main.c ruserpass.c domacro.c +SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c .include diff --git a/usr/src/usr.bin/ftp/cmds.c b/usr/src/usr.bin/ftp/cmds.c index 5b0ae7e9fd..1bc3bbc76b 100644 --- a/usr/src/usr.bin/ftp/cmds.c +++ b/usr/src/usr.bin/ftp/cmds.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)cmds.c 8.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)cmds.c 8.4 (Berkeley) %G%"; #endif /* not lint */ /* -- 2.20.1