aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2006-12-12 23:55:57 +0000
committerNed Ludd <solar@gentoo.org>2006-12-12 23:55:57 +0000
commit3902bdc361b3282179dd01fe0843a039be53a7bb (patch)
tree9ad9551b39c0bd55f50d2c1bbdd20434725239d2 /paxinc.h
parent- update pspax and misc man pages for new features (diff)
downloadpax-utils-3902bdc361b3282179dd01fe0843a039be53a7bb.tar.gz
pax-utils-3902bdc361b3282179dd01fe0843a039be53a7bb.tar.bz2
pax-utils-3902bdc361b3282179dd01fe0843a039be53a7bb.zip
- yanked macho support for now.. we need to make sure licence stuff is all good before adding it backv0.1.15
Diffstat (limited to 'paxinc.h')
-rw-r--r--paxinc.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/paxinc.h b/paxinc.h
index 6d63799..a3efe46 100644
--- a/paxinc.h
+++ b/paxinc.h
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2006 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.h,v 1.7 2006/10/22 08:47:06 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/paxinc.h,v 1.8 2006/12/12 23:55:57 solar Exp $
*
* Copyright 2005-2006 Ned Ludd - <solar@gentoo.org>
* Copyright 2005-2006 Mike Frysinger - <vapier@gentoo.org>
@@ -23,9 +23,10 @@
#include "paxelf.h"
/* MACH-O sucks */
-#include "macho.h"
-#include "paxmacho.h"
-
+/*
+ * #include "macho.h"
+ * #include "paxmacho.h"
+*/
extern char do_reverse_endian;
#ifdef IN_paxinc