aboutsummaryrefslogtreecommitdiff
path: root/modutils/modutils.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-07-18 15:58:52 +0100
committerRon Yorston <rmy@pobox.com>2017-07-18 15:58:52 +0100
commitb680f05ad449505e3d914bebd4c8d83bf768c094 (patch)
treec08ded13d430b0e7e0104f2eb594fad190ce98a3 /modutils/modutils.c
parent258200ff81d5a9da54dab35acf36213eff1e399b (diff)
parent513a2457b65894b10b9fd6aa8753fca59eced08c (diff)
downloadbusybox-w32-b680f05ad449505e3d914bebd4c8d83bf768c094.tar.gz
busybox-w32-b680f05ad449505e3d914bebd4c8d83bf768c094.tar.bz2
busybox-w32-b680f05ad449505e3d914bebd4c8d83bf768c094.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'modutils/modutils.c')
-rw-r--r--modutils/modutils.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/modutils/modutils.c b/modutils/modutils.c
index dae623ee4..6f7cd9721 100644
--- a/modutils/modutils.c
+++ b/modutils/modutils.c
@@ -75,12 +75,6 @@ void FAST_FUNC replace(char *s, char what, char with)
75 } 75 }
76} 76}
77 77
78char* FAST_FUNC replace_underscores(char *s)
79{
80 replace(s, '-', '_');
81 return s;
82}
83
84int FAST_FUNC string_to_llist(char *string, llist_t **llist, const char *delim) 78int FAST_FUNC string_to_llist(char *string, llist_t **llist, const char *delim)
85{ 79{
86 char *tok; 80 char *tok;