Ignore:
Timestamp:
Apr 29, 2011, 3:39:07 PM (13 years ago)
Author:
Bruno Cornec
Message:

r2177@localhost (orig r2176): bruno | 2009-04-25 02:33:06 +0200

  • Fix a bug on array size reported by SuSE build system (Stephan Lauffer lauffer_at_ph-freiburg.de)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.8/mondo/src/common/libmondo-filelist.c

    r2791 r2805  
    14041404#if linux
    14051405        // 2.6 has /sys as a proc-type thing -- must be excluded
     1406        // // BCO: Why is there a maxdepth here ? this makes remounted /proc included !
    14061407        asprintf(&strtmp,
    14071408             "find %s -maxdepth %d -fstype mvfs -prune -o -fstype devpts -prune -o -fstype tmpfs -prune -o -fstype proc -prune -o -fstype sysfs -prune -o %s -type d -print > %s 2> /dev/null",
Note: See TracChangeset for help on using the changeset viewer.