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
David Rhodus
drhodus at crater.dragonflybsd.org
Sun Aug 24 09:26:22 PDT 2003
drhodus 2003/08/24 09:26:00 PDT
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:
Cleaned up dead declarations.
Made objects that should have been delared as static, static.
Obtained from: FreeBSD
Revision Changes Path
1.3 +2 -2 src/bin/sh/alias.c
1.3 +3 -3 src/bin/sh/cd.c
1.3 +2 -2 src/bin/sh/exec.c
1.3 +1 -2 src/bin/sh/exec.h
1.3 +7 -7 src/bin/sh/expand.c
1.3 +2 -2 src/bin/sh/input.c
1.3 +5 -5 src/bin/sh/jobs.c
1.3 +4 -4 src/bin/sh/memalloc.c
1.3 +5 -5 src/bin/sh/nodes.c.pat
1.3 +2 -2 src/bin/sh/output.c
1.3 +12 -12 src/bin/sh/parser.c
1.3 +2 -2 src/bin/sh/redir.c
1.3 +5 -5 src/bin/sh/var.c
More information about the Commits
mailing list