summaryrefslogtreecommitdiffstats
path: root/bin/pax/tar.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1997-12-10 22:18:54 +0000
committereivind <eivind@FreeBSD.org>1997-12-10 22:18:54 +0000
commit2208ac1acff642528ab86ad928de033b2ebec1ab (patch)
treee10c194abd1c5b693eae26b6ecf96e904dcfc92d /bin/pax/tar.c
parentdb8034d25a40e9c0c216d0d4a0f6a3679b6d6e42 (diff)
downloadFreeBSD-src-2208ac1acff642528ab86ad928de033b2ebec1ab.zip
FreeBSD-src-2208ac1acff642528ab86ad928de033b2ebec1ab.tar.gz
Remove simultaneous include of <sys/param.h> and <sys/types.h>.
Reorder includes to be alphabetical some places since I already was in here.
Diffstat (limited to 'bin/pax/tar.c')
-rw-r--r--bin/pax/tar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/tar.c b/bin/pax/tar.c
index c528da9..c16cdb9 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.7 1997/02/22 14:04:45 peter Exp $
+ * $Id: tar.c,v 1.8 1997/08/29 16:12:30 sos Exp $
*/
#ifndef lint
@@ -44,7 +44,6 @@ static char const sccsid[] = "@(#)tar.c 8.2 (Berkeley) 4/18/94";
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
-#include <sys/param.h>
#include <string.h>
#include <stdio.h>
#include <unistd.h>
OpenPOWER on IntegriCloud