]> git.proxmox.com Git - mirror_lxcfs.git/commit - bindings.c
bindings: use strchr(), strrchr()
authorChristian Brauner <cbrauner@suse.de>
Sun, 7 Aug 2016 20:04:41 +0000 (22:04 +0200)
committerChristian Brauner <cbrauner@suse.de>
Mon, 8 Aug 2016 18:01:07 +0000 (20:01 +0200)
commit06081b296f04d586d36334c6fda6483e4cb1dee1
tree2c6f736b64d5ee96efc0d24c4a5c6950034895b1
parent29a73c2fe59c13cc0707e66412cdeb80bcabfd33
bindings: use strchr(), strrchr()

index(), rindex() are deprecated.

Signed-off-by: Christian Brauner <cbrauner@suse.de>
bindings.c