Quoting Stéphane Graber (stgra...@ubuntu.com):
> The two functions are identical but strrchr also works on Bionic.
But I like 'rindex' so much better :)
>
> Signed-off-by: Stéphane Graber
Acked-by: Serge E. Hallyn
> ---
> src/lxc/bdev.c | 12 ++--
> src/lxc/cgroup.c |
The two functions are identical but strrchr also works on Bionic.
Signed-off-by: Stéphane Graber
---
src/lxc/bdev.c | 12 ++--
src/lxc/cgroup.c | 4 ++--
src/lxc/lxccontainer.c | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/lxc/bdev.c b/s