Date: Wed, 10 Dec 1997 14:18:56 -0800 (PST) From: Eivind Eklund <eivind@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-bin@FreeBSD.ORG Subject: cvs commit: src/bin/csh csh.c exec.c src/bin/ed ed.h src/bin/pax ar_io.c ar_subs.c buf_subs.c cache.c cpio.c file_subs.c ftree.c gen_subs.c options.c pat_rep.c pax.c sel_subs.c tables.c tar.c tty_subs.c src/bin/sh jobs.c src/bin/test test.c Message-ID: <199712102218.OAA11199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
eivind 1997/12/10 14:18:55 PST
Modified files:
bin/csh csh.c exec.c
bin/ed ed.h
bin/pax ar_io.c ar_subs.c buf_subs.c cache.c
cpio.c file_subs.c ftree.c gen_subs.c
options.c pat_rep.c pax.c sel_subs.c
tables.c tar.c tty_subs.c
bin/sh jobs.c
bin/test test.c
Log:
Remove simultaneous include of <sys/param.h> and <sys/types.h>.
Reorder includes to be alphabetical some places since I already was in
here.
Revision Changes Path
1.12 +2 -3 src/bin/csh/csh.c
1.8 +1 -2 src/bin/csh/exec.c
1.11 +1 -2 src/bin/ed/ed.h
1.9 +1 -3 src/bin/pax/ar_io.c
1.9 +1 -2 src/bin/pax/ar_subs.c
1.9 +1 -4 src/bin/pax/buf_subs.c
1.9 +1 -3 src/bin/pax/cache.c
1.9 +1 -2 src/bin/pax/cpio.c
1.9 +1 -2 src/bin/pax/file_subs.c
1.9 +1 -2 src/bin/pax/ftree.c
1.10 +1 -2 src/bin/pax/gen_subs.c
1.10 +1 -3 src/bin/pax/options.c
1.11 +1 -3 src/bin/pax/pat_rep.c
1.10 +5 -6 src/bin/pax/pax.c
1.8 +1 -2 src/bin/pax/sel_subs.c
1.10 +3 -4 src/bin/pax/tables.c
1.9 +1 -2 src/bin/pax/tar.c
1.8 +1 -4 src/bin/pax/tty_subs.c
1.17 +1 -2 src/bin/sh/jobs.c
1.18 +2 -3 src/bin/test/test.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712102218.OAA11199>
