aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2008-01-17 04:37:19 +0000
committerNed Ludd <solar@gentoo.org>2008-01-17 04:37:19 +0000
commit4490f97e587ff0a0ccde1bb902f3f006df2087b0 (patch)
tree7ebf10baf061b6eef7f3bb018da20adb5f4be14d /pspax.c
parentif lib cannot be found in rpath/ld.so.conf, check standard library paths (diff)
downloadpax-utils-4490f97e587ff0a0ccde1bb902f3f006df2087b0.tar.gz
pax-utils-4490f97e587ff0a0ccde1bb902f3f006df2087b0.tar.bz2
pax-utils-4490f97e587ff0a0ccde1bb902f3f006df2087b0.zip
- mainly whitespace updates
Diffstat (limited to 'pspax.c')
-rw-r--r--pspax.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/pspax.c b/pspax.c
index 2f55e7f..302b5ed 100644
--- a/pspax.c
+++ b/pspax.c
@@ -12,7 +12,7 @@
* cc -o pspax pspax.c -DWANT_SYSCAP -lcap
*/
-static const char *rcsid = "$Id: pspax.c,v 1.39 2007/09/18 05:22:48 solar Exp $";
+static const char *rcsid = "$Id: pspax.c,v 1.40 2008/01/17 04:37:19 solar Exp $";
const char * const argv0 = "pspax";
#include "paxinc.h"
@@ -28,8 +28,6 @@ const char * const argv0 = "pspax";
#define PROC_DIR "/proc"
-
-
/* variables to control behavior */
static char show_all = 0;
static char verbose = 0;
@@ -286,7 +284,6 @@ static const char *get_proc_phdr(pid_t pid)
return ret;
}
-
static void pspax(const char *find_name)
{
register DIR *dir;
@@ -392,8 +389,6 @@ static void pspax(const char *find_name)
closedir(dir);
}
-
-
/* usage / invocation handling functions */
#define PARSE_FLAGS "aeip:u:g:nwvBhV"
#define a_argument required_argument
@@ -505,8 +500,6 @@ static void parseargs(int argc, char *argv[])
}
}
-
-
int main(int argc, char *argv[])
{
char *name = NULL;