aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-13 01:53:55 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-13 01:53:55 +0000
commit3aa3572daf58263aeba04de89f0a316cbdc36d54 (patch)
tree5da9503028c3687ce33f53e138780c02ca63a253 /paxelf.c
parenttouchup output of TEXTREL matches and update the format help output (diff)
downloadpax-utils-3aa3572daf58263aeba04de89f0a316cbdc36d54.tar.gz
pax-utils-3aa3572daf58263aeba04de89f0a316cbdc36d54.tar.bz2
pax-utils-3aa3572daf58263aeba04de89f0a316cbdc36d54.zip
split common non-elf features into paxinc.[ch]
Diffstat (limited to 'paxelf.c')
-rw-r--r--paxelf.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/paxelf.c b/paxelf.c
index 26fb924..27f62e8 100644
--- a/paxelf.c
+++ b/paxelf.c
@@ -1,7 +1,7 @@
/*
* Copyright 2003-2005 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v 1.28 2005/09/30 03:30:19 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxelf.c,v 1.29 2005/10/13 01:53:55 vapier Exp $
*
* Copyright 2005 Ned Ludd - <solar@gentoo.org>
* Copyright 2005 Mike Frysinger - <vapier@gentoo.org>
@@ -13,12 +13,10 @@
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include "paxelf.h"
+#include "paxinc.h"
#define argv0 "paxelf"
-char do_reverse_endian;
-
/*
* Setup a bunch of helper functions to translate
* binary defines into readable strings.