summaryrefslogtreecommitdiff
path: root/paxlib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-21 22:56:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-21 22:56:54 +0000
commit032b9116c926e71acc14483daa3c476d0017e79b (patch)
tree39f1a4a98c6d021bfdfe94d896c5b522292c2e2c /paxlib
parent19449bc368a54d1d53d60c0faf53fb0a9bdf9b2e (diff)
downloadpaxutils-032b9116c926e71acc14483daa3c476d0017e79b.tar.gz
Rename paxerror.h to paxlib.h
Diffstat (limited to 'paxlib')
-rw-r--r--paxlib/error.c2
-rw-r--r--paxlib/exit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/paxlib/error.c b/paxlib/error.c
index aebdda3..b609b27 100644
--- a/paxlib/error.c
+++ b/paxlib/error.c
@@ -17,7 +17,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <system.h>
-#include <paxerror.h>
+#include <paxlib.h>
/* Decode MODE from its binary form in a stat structure, and encode it
into a 9-byte string STRING, terminated with a NUL. */
diff --git a/paxlib/exit.c b/paxlib/exit.c
index e0e9345..b0824f0 100644
--- a/paxlib/exit.c
+++ b/paxlib/exit.c
@@ -17,7 +17,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include <system.h>
-#include <paxerror.h>
+#include <paxlib.h>
int exit_status;