Replace rindex(3) with strrchr(3) for conformation
commit53524877f9f8f9f892e0420dacdc982be8d5fd31
authorToni Gundogdu <legatvs.git@gmail.com>
Fri, 10 Dec 2010 07:08:48 +0000 (10 09:08 +0200)
committerToni Gundogdu <legatvs.git@gmail.com>
Fri, 10 Dec 2010 07:08:48 +0000 (10 09:08 +0200)
tree6a3f858e5e70cacec7b0abc92a554ae6e48b1e67
parent6bd39173e9b3999fb7a3632e3c9d608492d873bd
Replace rindex(3) with strrchr(3) for conformation

4.3BSD; marked as LEGACY in POSIX.1-2001. POSIX.1-2008 removes the
specification of rindex(), recommending strrchr(3) instead.
config.h.in
configure
configure.ac
lib/lua_wrap.c