Ignore:
Timestamp:
Apr 25, 2009, 2:33:06 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • 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.9/mondo/src/common/libmondo-filelist.c

    r2160 r2176  
    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.