openwrt / odhcp6c

This repository is a mirror of https://git.openwrt.org/?p=project/odhcp6c.git. It is for reference only and is not active for checks-ins or reporting issues; issues should be reported at: https://bugs.openwrt.org. Pull requests will be accepted which will be merged in odhcp6c.git
GNU General Public License v2.0
78 stars 83 forks source link

odhcp6c: use strpbrk to provide get_sep_pos #67

Closed guijan closed 3 years ago

guijan commented 3 years ago

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

dedeckeh commented 3 years ago

Path pushed to master (https://git.openwrt.org/?p=project/odhcp6c.git;a=commit;h=94adc8bbfa5150d4c2ceb4e05ecd1840dfa3df08); thx