| Anonymous | Login | Signup for a new account | 11-10-2008 11:13 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001301 | [BusyBox] Documentation | minor | always | 04-04-07 18:35 | 02-11-08 08:32 | ||||
| Reporter | rockeychu | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | no change required | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001301: Patch for find.c with misplacing MARCO of ENABLE_FEATURE_FIND_SIZE & ENABLE_FEATURE_FIND_PRUNE | ||||||||
| Description |
Patch as following: Index: findutils/find.c =================================================================== --- findutils/find.c (revision 18329) +++ findutils/find.c (working copy) @@ -260,7 +260,7 @@ } #endif -#if ENABLE_FEATURE_FIND_SIZE +#if ENABLE_FEATURE_FIND_PRUNE /* * -prune: if -depth is not given, return true and do not descend * current dir; if -depth is given, return false with no effect. @@ -273,7 +273,7 @@ } #endif -#if ENABLE_FEATURE_FIND_PRUNE +#if ENABLE_FEATURE_FIND_SIZE ACTF(size) { return statbuf->st_size == ap->size; |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |