Re: [lxc-devel] [PATCH 02/17] Replace all calls to rindex by strrchr

2013-08-16 Thread Serge Hallyn
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 |

[lxc-devel] [PATCH 02/17] Replace all calls to rindex by strrchr

2013-08-16 Thread Stéphane Graber
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