Deleted Added
full compact
gen_subs.c (202193) gen_subs.c (283257)
1/*-
2 * Copyright (c) 1992 Keith Muller.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Keith Muller of the University of California, San Diego.
8 *

--- 23 unchanged lines hidden (view full) ---

32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93";
37#endif
38#endif /* not lint */
39#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1992 Keith Muller.
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Keith Muller of the University of California, San Diego.
8 *

--- 23 unchanged lines hidden (view full) ---

32 */
33
34#ifndef lint
35#if 0
36static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93";
37#endif
38#endif /* not lint */
39#include <sys/cdefs.h>
40__FBSDID("$FreeBSD: head/bin/pax/gen_subs.c 202193 2010-01-13 17:56:54Z ed $");
40__FBSDID("$FreeBSD: head/bin/pax/gen_subs.c 283257 2015-05-21 18:29:36Z delphij $");
41
42#include <sys/types.h>
43#include <sys/time.h>
44#include <sys/stat.h>
45#include <langinfo.h>
46#include <stdint.h>
47#include <stdio.h>
41
42#include <sys/types.h>
43#include <sys/time.h>
44#include <sys/stat.h>
45#include <langinfo.h>
46#include <stdint.h>
47#include <stdio.h>
48#include <unistd.h>
49#include <stdlib.h>
50#include <string.h>
51#include "pax.h"
52#include "extern.h"
53
54/*
55 * a collection of general purpose subroutines used by pax
56 */
57

--- 341 unchanged lines hidden ---
48#include <string.h>
49#include "pax.h"
50#include "extern.h"
51
52/*
53 * a collection of general purpose subroutines used by pax
54 */
55

--- 341 unchanged lines hidden ---