Cheers,
--
Cristian
Index: findutils/find.c
===================================================================
--- findutils/find.c (revision 18980)
+++ findutils/find.c (working copy)
@@ -75,8 +75,8 @@
} action;
#define ACTS(name, arg...) typedef struct { action a; arg; } action_##name;
#define ACTF(name) static int func_##name(const char *fileName, struct stat *statbuf, action_##name* ap)
- ACTS(print)
- ACTS(name, const char *pattern;)
+ ACTS(print)
+ ACTS(name, const char *pattern;)
USE_FEATURE_FIND_PATH( ACTS(path, const char *pattern;))
USE_FEATURE_FIND_REGEX( ACTS(regex, regex_t compiled_pattern;))
USE_FEATURE_FIND_PRINT0( ACTS(print0))
@@ -438,15 +438,15 @@
static action*** parse_params(char **argv)
{
enum {
- PARM_a ,
- PARM_o ,
+ PARM_a ,
+ PARM_o ,
USE_FEATURE_FIND_NOT( PARM_char_not ,)
#if ENABLE_DESKTOP
- PARM_and ,
- PARM_or ,
+ PARM_and ,
+ PARM_or ,
USE_FEATURE_FIND_NOT( PARM_not ,)
#endif
- PARM_print ,
+ PARM_print ,
USE_FEATURE_FIND_PRINT0( PARM_print0 ,)
USE_FEATURE_FIND_DEPTH( PARM_depth ,)
USE_FEATURE_FIND_PRUNE( PARM_prune ,)
@@ -454,7 +454,7 @@
USE_FEATURE_FIND_EXEC( PARM_exec ,)
USE_FEATURE_FIND_PAREN( PARM_char_brace,)
/* All options starting from here require argument */
- PARM_name ,
+ PARM_name ,
USE_FEATURE_FIND_PATH( PARM_path ,)
USE_FEATURE_FIND_REGEX( PARM_regex ,)
USE_FEATURE_FIND_TYPE( PARM_type ,)
@@ -470,15 +470,15 @@
};
static const char *const params[] = {
- "-a" ,
- "-o" ,
+ "-a" ,
+ "-o" ,
USE_FEATURE_FIND_NOT( "!" ,)
#if ENABLE_DESKTOP
- "-and" ,
- "-or" ,
+ "-and" ,
+ "-or" ,
USE_FEATURE_FIND_NOT( "-not" ,)
#endif
- "-print" ,
+ "-print" ,
USE_FEATURE_FIND_PRINT0( "-print0" ,)
USE_FEATURE_FIND_DEPTH( "-depth" ,)
USE_FEATURE_FIND_PRUNE( "-prune" ,)
@@ -486,7 +486,7 @@
USE_FEATURE_FIND_EXEC( "-exec" ,)
USE_FEATURE_FIND_PAREN( "(" ,)
/* All options starting from here require argument */
- "-name" ,
+ "-name" ,
USE_FEATURE_FIND_PATH( "-path" ,)
USE_FEATURE_FIND_REGEX( "-regex" ,)
USE_FEATURE_FIND_TYPE( "-type" ,)
@@ -758,12 +758,12 @@
#define XATOU_SFX xatoul_sfx
#endif
static const struct suffix_mult find_suffixes[] = {
- { "c", 1 },
- { "w", 2 },
- { "b"+1, 512 },
- { "b", 512 },
- { "k", 1024 },
- { NULL, 0 }
+ { "c", 1 },
+ { "w", 2 },
+ { "b"+1, 512 },
+ { "b", 512 },
+ { "k", 1024 },
+ { NULL, 0 }
};
action_size *ap;
ap = ALLOC_ACTION(size);
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox