aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-08 00:54:40 +0000
committerMike Frysinger <vapier@gentoo.org>2010-12-08 00:54:40 +0000
commitc4b3b624f3ace7c8b4c1d8a7d3a4037b1e6339fa (patch)
tree71df4715b11ce7d972ccb3a016f74fef8f407dae /pspax.c
parentuse normal glob funcs rather than hardcoding 64bit vers since _GNU_SOURCE sho... (diff)
downloadpax-utils-c4b3b624f3ace7c8b4c1d8a7d3a4037b1e6339fa.tar.gz
pax-utils-c4b3b624f3ace7c8b4c1d8a7d3a4037b1e6339fa.tar.bz2
pax-utils-c4b3b624f3ace7c8b4c1d8a7d3a4037b1e6339fa.zip
change to simpler const argv0 string
Diffstat (limited to 'pspax.c')
-rw-r--r--pspax.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pspax.c b/pspax.c
index 0a13233..8aad5d0 100644
--- a/pspax.c
+++ b/pspax.c
@@ -12,8 +12,8 @@
* cc -o pspax pspax.c -DWANT_SYSCAP -lcap
*/
-static const char *rcsid = "$Id: pspax.c,v 1.46 2010/02/28 19:12:39 solar Exp $";
-const char * const argv0 = "pspax";
+static const char *rcsid = "$Id: pspax.c,v 1.47 2010/12/08 00:54:40 vapier Exp $";
+const char argv0[] = "pspax";
#include "paxinc.h"
#include <grp.h>