]> git.ipfire.org Git - thirdparty/lldpd.git/commit - src/lldpd.c
Replace index() by strchr()
authorVincent Bernat <bernat@luffy.cx>
Thu, 9 Jul 2009 19:56:17 +0000 (21:56 +0200)
committerVincent Bernat <bernat@luffy.cx>
Tue, 29 Sep 2009 14:44:58 +0000 (16:44 +0200)
commitf0bd3505f46dbe13ac9fd5ba616542ec4262d93c
tree7a4cf209ffaca987a7786b8dbdeb8abf834d2b38
parentf4ed5af17ba19c1e4be1421eebcbdde5a4d3f7fc
Replace index() by strchr()

strchr() is POSIX while index() is deprecated.
src/lldpctl.c
src/lldpd.c