Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37400694
en ru br
ALT Linux repos
S:3.4-alt9
5.0: 3.4-alt1
4.1: 3.4-alt1
4.0: 3.4-alt1
3.0: 3.2-alt1

Group :: Archiving/Backup
RPM: pax

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: pax-3.4-alt-fno-common.patch
Download


diff --git a/pax/src/extern.h b/pax/src/extern.h
index 361fa81..f067ae2 100644
--- a/pax/src/extern.h
+++ b/pax/src/extern.h
@@ -185,7 +185,7 @@ void options(int, char **);
 OPLIST * opt_next(void);
 int opt_add(const char *);
 int bad_opt(void);
-char *chdname;
+extern char *chdname;
 
 /*
  * pat_rep.c
diff --git a/pax/src/pax.c b/pax/src/pax.c
index 20817d1..d6fef54 100644
--- a/pax/src/pax.c
+++ b/pax/src/pax.c
@@ -62,6 +62,7 @@ static int gen_init (void);
 /*
  * Variables that can be accessed by any routine within pax
  */
+char *chdname;
 int act = DEFOP;		/* read/write/append/copy */
 FSUB *frmt = NULL;		/* archive format type */
 int cflag;			/* match all EXCEPT pattern/file */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin