summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2017-04-15 11:16:11 +0000
committerdchagin <dchagin@FreeBSD.org>2017-04-15 11:16:11 +0000
commitc528c5d843b9318758a4242230444f4a584f2686 (patch)
tree0a35c68f5663a65a0052b51289ef374bd8306610 /bin
parenta6ea2c942b8e88b6588058e30887ff2d28124f0f (diff)
downloadFreeBSD-src-c528c5d843b9318758a4242230444f4a584f2686.zip
FreeBSD-src-c528c5d843b9318758a4242230444f4a584f2686.tar.gz
MFC r315948:
Update tcsh to 6.20.00 MFC r315952: Update tcsh to vendor git b605cb561d Vendor changes: 1. PR/471: Daiki Ueno: Delay interpreting arginp until we've processed our startup files (which can change the NLS environment). 2. Fix type of read in prompt confirmation (eg. rmstar) (David Kaspar). 3. Fix out of bounds read (Brooks Davis) (reproduce by starting tcsh and hitting tab at the prompt). 4. Don't play pointer tricks that are undefined in modern c (Brooks Davis).
Diffstat (limited to 'bin')
-rw-r--r--bin/csh/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index 1fa24a1..958e242 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -32,6 +32,7 @@ SRCS+= tc.alloc.c tc.bind.c tc.const.c tc.decls.h tc.disc.c \
tc.func.c tc.nls.c tc.os.c tc.os.h tc.printf.c tc.prompt.c \
tc.sched.c tc.sig.c tc.sig.h tc.str.c sh.types.h tc.vers.c tc.wait.h \
tc.who.c tc.h
+SRCS+= dotlock.c dotlock.h
GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c
SRCS+= ${GENHDRS}
OpenPOWER on IntegriCloud