Magellan Linux

Contents of /trunk/prelink/patches/prelink-20060213-symloop.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 412 byte(s)
-import

1 --- prelink/src/gather.c.jj 2005-06-10 06:21:09.000000000 -0700
2 +++ prelink/src/gather.c 2006-04-10 19:42:15.000000000 -0700
3 @@ -1003,6 +1003,10 @@
4 return 0;
5 ++implicit;
6 ret = nftw64 (name, gather_func, 20, flags | FTW_ACTIONRETVAL);
7 + if(ret)
8 + {
9 + error (0, errno, "Can't walk directory tree %s", name);
10 + }
11 --implicit;
12 #ifndef HAVE_FTW_ACTIONRETVAL
13 free (blacklist_dir);