diff options
author | Mark Whitley <markw@lineo.com> | 2000-07-12 23:35:21 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-07-12 23:35:21 +0000 |
commit | c41e8c840fd6faf802628036c7e5b2683d623c5d (patch) | |
tree | c4a47f2e1f1af68d3019f598bada0268f872c1b9 /internal.h | |
parent | 6f96e674b9176cafcc25de2a1d79d6f6d7f0e908 (diff) | |
download | busybox-w32-c41e8c840fd6faf802628036c7e5b2683d623c5d.tar.gz busybox-w32-c41e8c840fd6faf802628036c7e5b2683d623c5d.tar.bz2 busybox-w32-c41e8c840fd6faf802628036c7e5b2683d623c5d.zip |
Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
(maybe I'll remove it later).
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal.h b/internal.h index 44c2e81ac..e636e18ce 100644 --- a/internal.h +++ b/internal.h | |||
@@ -265,7 +265,7 @@ extern int find_real_root_device_name(char* name); | |||
265 | extern char *get_line_from_file(FILE *file); | 265 | extern char *get_line_from_file(FILE *file); |
266 | extern char process_escape_sequence(char **ptr); | 266 | extern char process_escape_sequence(char **ptr); |
267 | extern char *get_last_path_component(char *path); | 267 | extern char *get_last_path_component(char *path); |
268 | extern int bb_regcomp(regex_t *preg, const char *regex, int cflags); | 268 | extern void xregcomp(regex_t *preg, const char *regex, int cflags); |
269 | 269 | ||
270 | extern void *xmalloc (size_t size); | 270 | extern void *xmalloc (size_t size); |
271 | extern char *xstrdup (const char *s); | 271 | extern char *xstrdup (const char *s); |