From owner-cvs-bin Wed Dec 10 14:21:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA24789 for cvs-bin-outgoing; Wed, 10 Dec 1997 14:21:44 -0800 (PST) (envelope-from owner-cvs-bin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA24728; Wed, 10 Dec 1997 14:20:47 -0800 (PST) (envelope-from eivind@FreeBSD.org) From: Eivind Eklund Received: (from eivind@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA11199; Wed, 10 Dec 1997 14:18:56 -0800 (PST) Date: Wed, 10 Dec 1997 14:18:56 -0800 (PST) Message-Id: <199712102218.OAA11199@freefall.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 Sender: owner-cvs-bin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 and . 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