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

Diff for /src/usr.bin/patch/backupfile.c between version 1.16 and 1.17

version 1.16, 2003/07/28 18:35:36 version 1.17, 2003/08/01 20:30:48
Line 168 
Line 168 
 argmatch(const char *arg, const char **optlist)  argmatch(const char *arg, const char **optlist)
 {  {
         int     i;      /* Temporary index in OPTLIST. */          int     i;      /* Temporary index in OPTLIST. */
         int     arglen; /* Length of ARG. */          size_t  arglen; /* Length of ARG. */
         int     matchind = -1;  /* Index of first nonexact match. */          int     matchind = -1;  /* Index of first nonexact match. */
         int     ambiguous = 0;  /* If nonzero, multiple nonexact match(es). */          int     ambiguous = 0;  /* If nonzero, multiple nonexact match(es). */
   

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