Date: Sat, 5 Jul 2003 08:18:44 -0700 (PDT) From: Diomidis Spinellis <dds@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh alias.c cd.c exec.c exec.h expand.c input.c jobs.c memalloc.c nodes.c.pat output.c parser.c redir.c var.c Message-ID: <200307051518.h65FIiSi047346@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dds 2003/07/05 08:18:44 PDT FreeBSD src repository Modified files: bin/sh alias.c cd.c exec.c exec.h expand.c input.c jobs.c memalloc.c nodes.c.pat output.c parser.c redir.c var.c Log: Changes following CScout analysis: - Removed dead declarations - Made objects that should have been declared as static, static. The changes use STATIC instead of static, following the existing convention in the rest of the code. Approved by: schweikh (mentor) MFC after: 2 weeks Revision Changes Path 1.17 +1 -1 src/bin/sh/alias.c 1.33 +2 -2 src/bin/sh/cd.c 1.23 +1 -1 src/bin/sh/exec.c 1.11 +0 -1 src/bin/sh/exec.h 1.44 +6 -6 src/bin/sh/expand.c 1.20 +1 -1 src/bin/sh/input.c 1.64 +4 -4 src/bin/sh/jobs.c 1.25 +2 -2 src/bin/sh/memalloc.c 1.14 +4 -4 src/bin/sh/nodes.c.pat 1.18 +1 -1 src/bin/sh/output.c 1.49 +11 -11 src/bin/sh/parser.c 1.24 +1 -1 src/bin/sh/redir.c 1.25 +3 -3 src/bin/sh/var.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307051518.h65FIiSi047346>