diff --git a/bin/pax/ar_io.c b/bin/pax/ar_io.c index e3481bda9e2..827a02d2224 100644 --- a/bin/pax/ar_io.c +++ b/bin/pax/ar_io.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ar_io.c,v 1.2 1994/09/24 02:56:11 davidg Exp $ + * $Id: ar_io.c,v 1.3 1995/05/30 00:06:52 rgrimes Exp $ */ #ifndef lint @@ -52,7 +52,6 @@ static char sccsid[] = "@(#)ar_io.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include "pax.h" diff --git a/bin/pax/ar_subs.c b/bin/pax/ar_subs.c index c725fe854a2..7777afb79f4 100644 --- a/bin/pax/ar_subs.c +++ b/bin/pax/ar_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ar_subs.c,v 1.2 1994/09/24 02:56:12 davidg Exp $ + * $Id: ar_subs.c,v 1.3 1995/05/30 00:06:52 rgrimes Exp $ */ #ifndef lint @@ -48,7 +48,6 @@ static char sccsid[] = "@(#)ar_subs.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index b8b6a8c966c..fa6f925ac3b 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: buf_subs.c,v 1.2 1994/09/24 02:56:13 davidg Exp $ + * $Id: buf_subs.c,v 1.3 1995/05/30 00:06:53 rgrimes Exp $ */ #ifndef lint @@ -46,7 +46,6 @@ static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include diff --git a/bin/pax/cache.c b/bin/pax/cache.c index 8d88abe15b2..6ffe469ac7c 100644 --- a/bin/pax/cache.c +++ b/bin/pax/cache.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cache.c,v 1.2 1994/09/24 02:56:14 davidg Exp $ */ #ifndef lint @@ -47,7 +47,6 @@ static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93"; #include #include #include -#include #include #include #include diff --git a/bin/pax/cpio.c b/bin/pax/cpio.c index 0307c54ff95..e3fd4f1a420 100644 --- a/bin/pax/cpio.c +++ b/bin/pax/cpio.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cpio.c,v 1.2 1994/09/24 02:56:16 davidg Exp $ + * $Id: cpio.c,v 1.3 1995/05/30 00:06:54 rgrimes Exp $ */ #ifndef lint @@ -46,7 +46,6 @@ static char sccsid[] = "@(#)cpio.c 8.1 (Berkeley) 5/31/93"; #include #include #include -#include #include #include #include diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c index f220639870d..107a1003329 100644 --- a/bin/pax/file_subs.c +++ b/bin/pax/file_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: file_subs.c,v 1.2 1994/09/24 02:56:19 davidg Exp $ + * $Id: file_subs.c,v 1.3 1995/05/30 00:06:56 rgrimes Exp $ */ #ifndef lint @@ -49,7 +49,6 @@ static char sccsid[] = "@(#)file_subs.c 8.1 (Berkeley) 5/31/93"; #include #include #include -#include #include #include #include diff --git a/bin/pax/ftree.c b/bin/pax/ftree.c index 6f2b14b256b..375e6207169 100644 --- a/bin/pax/ftree.c +++ b/bin/pax/ftree.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ftree.c,v 1.2 1994/09/24 02:56:20 davidg Exp $ + * $Id: ftree.c,v 1.3 1995/05/30 00:06:57 rgrimes Exp $ */ #ifndef lint @@ -48,7 +48,6 @@ static char sccsid[] = "@(#)ftree.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 2d228fc362a..4c3efdfa47c 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: gen_subs.c,v 1.4 1995/05/30 00:06:58 rgrimes Exp $ + * $Id: gen_subs.c,v 1.5 1995/08/07 19:17:36 wollman Exp $ */ #ifndef lint @@ -46,7 +46,6 @@ static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #include #include #include -#include #include #include #include diff --git a/bin/pax/options.c b/bin/pax/options.c index e8e5cc6d0f7..53a9ad6b06a 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: options.c,v 1.2 1994/09/24 02:56:22 davidg Exp $ + * $Id: options.c,v 1.3 1995/03/19 13:28:53 joerg Exp $ */ #ifndef lint @@ -47,7 +47,6 @@ static char sccsid[] = "@(#)options.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include diff --git a/bin/pax/pat_rep.c b/bin/pax/pat_rep.c index aadd17cd5d6..451a9dfc0a2 100644 --- a/bin/pax/pat_rep.c +++ b/bin/pax/pat_rep.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pat_rep.c,v 1.3 1995/03/19 13:28:56 joerg Exp $ + * $Id: pat_rep.c,v 1.4 1995/05/30 00:06:59 rgrimes Exp $ */ #ifndef lint @@ -46,7 +46,6 @@ static char sccsid[] = "@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include diff --git a/bin/pax/pax.c b/bin/pax/pax.c index 2bdf6bd8116..5d5e31f21e6 100644 --- a/bin/pax/pax.c +++ b/bin/pax/pax.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: pax.c,v 1.2 1994/09/24 02:56:27 davidg Exp $ + * $Id: pax.c,v 1.3 1995/05/30 00:07:00 rgrimes Exp $ */ #ifndef lint @@ -57,6 +57,7 @@ static char sccsid[] = "@(#)pax.c 8.2 (Berkeley) 4/18/94"; #include #include #include +#include #include "pax.h" #include "extern.h" static int gen_init __P((void)); @@ -227,6 +228,7 @@ main(argc, argv) char **argv; #endif { + (void) setlocale(LC_TIME, ""); /* * parse options, determine operational mode, general init */ diff --git a/bin/pax/sel_subs.c b/bin/pax/sel_subs.c index c90dc786ee7..e759bdb58db 100644 --- a/bin/pax/sel_subs.c +++ b/bin/pax/sel_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: sel_subs.c,v 1.2 1994/09/24 02:56:29 davidg Exp $ */ #ifndef lint @@ -48,7 +48,6 @@ static char sccsid[] = "@(#)sel_subs.c 8.1 (Berkeley) 5/31/93"; #include #include #include -#include #include #include #include diff --git a/bin/pax/tables.c b/bin/pax/tables.c index c3ccc1c6a9e..b0694176c06 100644 --- a/bin/pax/tables.c +++ b/bin/pax/tables.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tables.c,v 1.2 1994/09/24 02:56:34 davidg Exp $ + * $Id: tables.c,v 1.3 1995/05/30 00:07:01 rgrimes Exp $ */ #ifndef lint @@ -47,7 +47,6 @@ static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 5/31/93"; #include #include #include -#include #include #include #include diff --git a/bin/pax/tar.c b/bin/pax/tar.c index fc5ca2fa7f4..a88f6585c09 100644 --- a/bin/pax/tar.c +++ b/bin/pax/tar.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tar.c,v 1.2 1994/09/24 02:56:37 davidg Exp $ + * $Id: tar.c,v 1.3 1995/05/30 00:07:03 rgrimes Exp $ */ #ifndef lint @@ -47,7 +47,6 @@ static char sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include "pax.h" diff --git a/bin/pax/tty_subs.c b/bin/pax/tty_subs.c index 4a6cb583971..0c47facdca9 100644 --- a/bin/pax/tty_subs.c +++ b/bin/pax/tty_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: tty_subs.c,v 1.2 1994/09/24 02:56:38 davidg Exp $ */ #ifndef lint @@ -47,7 +47,6 @@ static char sccsid[] = "@(#)tty_subs.c 8.2 (Berkeley) 4/18/94"; #include #include #include -#include #include #include #include