Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37508843
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-rh-gcc46.patch
Download


diff -urNp pax-3.4-orig/lib/fts.c pax-3.4/lib/fts.c
--- pax-3.4-orig/lib/fts.c	2005-07-29 09:55:25.000000000 +0200
+++ pax-3.4/lib/fts.c	2011-06-29 14:50:05.256431237 +0200
@@ -465,12 +465,8 @@ name:		t = sp->fts_path + NAPPEND(p->fts
  */
 /* ARGSUSED */
 int
-fts_set(sp, p, instr)
-	FTS *sp;
-	FTSENT *p;
-	int instr;
+fts_set(FTS *sp __attribute__ ((__unused__)), FTSENT *p, int instr)
 {
-sp = NULL;	/* stop compiler whinging */
 	if (instr != 0 && instr != FTS_AGAIN && instr != FTS_FOLLOW &&
 	    instr != FTS_NOINSTR && instr != FTS_SKIP) {
 		errno = EINVAL;
Binary files pax-3.4-orig/lib/.fts.c.swp and pax-3.4/lib/.fts.c.swp differ
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin