Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
(maybe I'll remove it later).
This commit is contained in:
@@ -265,7 +265,7 @@ extern int find_real_root_device_name(char* name);
|
||||
extern char *get_line_from_file(FILE *file);
|
||||
extern char process_escape_sequence(char **ptr);
|
||||
extern char *get_last_path_component(char *path);
|
||||
extern int bb_regcomp(regex_t *preg, const char *regex, int cflags);
|
||||
extern void xregcomp(regex_t *preg, const char *regex, int cflags);
|
||||
|
||||
extern void *xmalloc (size_t size);
|
||||
extern char *xstrdup (const char *s);
|
||||
|
Reference in New Issue
Block a user