=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/patch/backupfile.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/patch/backupfile.c 2003/07/28 18:35:36 1.16 --- src/usr.bin/patch/backupfile.c 2003/08/01 20:30:48 1.17 *************** *** 1,4 **** ! /* $OpenBSD: backupfile.c,v 1.16 2003/07/28 18:35:36 otto Exp $ */ /* * backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free --- 1,4 ---- ! /* $OpenBSD: backupfile.c,v 1.17 2003/08/01 20:30:48 otto Exp $ */ /* * backupfile.c -- make Emacs style backup file names Copyright (C) 1990 Free *************** *** 17,23 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.16 2003/07/28 18:35:36 otto Exp $"; #endif /* not lint */ #include --- 17,23 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: backupfile.c,v 1.17 2003/08/01 20:30:48 otto Exp $"; #endif /* not lint */ #include *************** *** 168,174 **** argmatch(const char *arg, const char **optlist) { int i; /* Temporary index in OPTLIST. */ ! int arglen; /* Length of ARG. */ int matchind = -1; /* Index of first nonexact match. */ int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */ --- 168,174 ---- argmatch(const char *arg, const char **optlist) { int i; /* Temporary index in OPTLIST. */ ! size_t arglen; /* Length of ARG. */ int matchind = -1; /* Index of first nonexact match. */ int ambiguous = 0; /* If nonzero, multiple nonexact match(es). */