[BACK]Return to util.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / grep

Diff for /src/usr.bin/grep/util.c between version 1.17 and 1.18

version 1.17, 2003/07/20 22:16:52 version 1.18, 2003/10/28 13:23:59
Line 469 
Line 469 
  * Returns:     i >= 0 on failure (position that it failed)   * Returns:     i >= 0 on failure (position that it failed)
  *              -1 on success   *              -1 on success
  */   */
 int  static int
 grep_cmp(const unsigned char *pattern, const unsigned char *data, size_t len)  grep_cmp(const unsigned char *pattern, const unsigned char *data, size_t len)
 {  {
         int i;          int i;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18