aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-05 03:12:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-05 03:12:07 +0000
commit2e3a443d5fac6c0c0790f95c4dc5137f310986eb (patch)
treeaceae6abd6614263aa89f9087a7eb8e26f59c91b /pspax.c
parentopenbsd sucks as well (diff)
downloadpax-utils-2e3a443d5fac6c0c0790f95c4dc5137f310986eb.tar.gz
pax-utils-2e3a443d5fac6c0c0790f95c4dc5137f310986eb.tar.bz2
pax-utils-2e3a443d5fac6c0c0790f95c4dc5137f310986eb.zip
update copyright years and unify headers in porting.h
Diffstat (limited to 'pspax.c')
-rw-r--r--pspax.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/pspax.c b/pspax.c
index 7475ab7..c90685c 100644
--- a/pspax.c
+++ b/pspax.c
@@ -13,25 +13,6 @@
*
*/
-#include <sys/types.h>
-#include <errno.h>
-#include <stdio.h>
-#include <string.h>
-#include <stdlib.h>
-#include <limits.h>
-#include <libgen.h>
-#include <unistd.h>
-#include <dirent.h>
-#include <ctype.h>
-#include <errno.h>
-#include <sys/stat.h>
-#include <pwd.h>
-
-#include <sys/types.h>
-#include <sys/mman.h>
-#include <fcntl.h>
-#include <getopt.h>
-
#include "paxinc.h"
#ifdef WANT_SYSCAP
@@ -40,7 +21,7 @@
#endif
#define PROC_DIR "/proc"
-static const char *rcsid = "$Id: pspax.c,v 1.23 2005/10/13 01:53:55 vapier Exp $";
+static const char *rcsid = "$Id: pspax.c,v 1.24 2006/01/05 03:12:07 vapier Exp $";
#define argv0 "pspax"