Changeset 2176 in MondoRescue for branches/2.2.9/mondo/src/common
- Timestamp:
- Apr 25, 2009, 2:33:06 AM (16 years ago)
- Location:
- branches/2.2.9/mondo/src/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-filelist.c
r2160 r2176 1404 1404 #if linux 1405 1405 // 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 ! 1406 1407 asprintf(&strtmp, 1407 1408 "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", -
branches/2.2.9/mondo/src/common/libmondo-stream.c
r1969 r2176 1232 1232 { 1233 1233 int last; 1234 char fname[MAX_TAPECAT_FNAME_LEN ];1234 char fname[MAX_TAPECAT_FNAME_LEN+1]; 1235 1235 char *p; 1236 1236
Note:
See TracChangeset
for help on using the changeset viewer.