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 /paxinc.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 'paxinc.c')
-rw-r--r--paxinc.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/paxinc.c b/paxinc.c
new file mode 100644
index 0000000..069814a
--- /dev/null
+++ b/paxinc.c
@@ -0,0 +1,20 @@
+/*
+ * Copyright 2003-2005 Gentoo Foundation
+ * Distributed under the terms of the GNU General Public License v2
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.c,v 1.1 2005/10/13 01:53:55 vapier Exp $
+ *
+ * Copyright 2005 Ned Ludd - <solar@gentoo.org>
+ * Copyright 2005 Mike Frysinger - <vapier@gentoo.org>
+ */
+
+#include <stdio.h>
+#include <fcntl.h>
+#include <sys/stat.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <string.h>
+#include "paxinc.h"
+
+#define argv0 "paxinc"
+
+char do_reverse_endian;