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 /pspax.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 'pspax.c')
-rw-r--r--pspax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pspax.c b/pspax.c
index 9e869c0..7475ab7 100644
--- a/pspax.c
+++ b/pspax.c
@@ -32,7 +32,7 @@
#include <fcntl.h>
#include <getopt.h>
-#include "paxelf.h"
+#include "paxinc.h"
#ifdef WANT_SYSCAP
#undef _POSIX_SOURCE
@@ -40,7 +40,7 @@
#endif
#define PROC_DIR "/proc"
-static const char *rcsid = "$Id: pspax.c,v 1.22 2005/07/03 16:17:23 solar Exp $";
+static const char *rcsid = "$Id: pspax.c,v 1.23 2005/10/13 01:53:55 vapier Exp $";
#define argv0 "pspax"