jkh         2003/12/16 18:46:48 PST
  FreeBSD src repository
  Modified files:
    lib/libc/string      index.c rindex.c 
  Log:
  Do comparison using appropriate casting first, as per SUSv3 (search for first
  [last] character, not int).
  
  Revision  Changes    Path
  1.6       +2 -1      src/lib/libc/string/index.c
  1.6       +2 -1      src/lib/libc/string/rindex.c