odhcp6c: use strpbrk to provide get_sep_pos
authorGuilherme Janczak <guilherme.janczak@yandex.com>
Wed, 14 Jul 2021 09:32:45 +0000 (09:32 +0000)
committerHans Dedecker <dedeckeh@gmail.com>
Sat, 17 Jul 2021 07:20:32 +0000 (09:20 +0200)
commit94adc8bbfa5150d4c2ceb4e05ecd1840dfa3df08
tree2e4ecce51e058cb3def951b03aaaf40d23828edf
parente0d9a4b2c7b177588fa6dc812031840777692740
odhcp6c: use strpbrk to provide get_sep_pos

get_sep_pos is a reimplementation of strpbrk from the stdlib; this
patch removes it and replaces it with strpbrk in its callers.

Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
src/odhcp6c.c