Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/patch/util.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/patch/util.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- src/usr.bin/patch/util.c 2005/03/25 23:00:55 1.21 +++ src/usr.bin/patch/util.c 2006/04/09 19:12:17 1.22 @@ -1,4 +1,4 @@ -/* $NetBSD: util.c,v 1.21 2005/03/25 23:00:55 skd Exp $ */ +/* $NetBSD: util.c,v 1.22 2006/04/09 19:12:17 christos Exp $ */ /* * Copyright (c) 1988, Larry Wall @@ -24,7 +24,7 @@ #include #ifndef lint -__RCSID("$NetBSD: util.c,v 1.21 2005/03/25 23:00:55 skd Exp $"); +__RCSID("$NetBSD: util.c,v 1.22 2006/04/09 19:12:17 christos Exp $"); #endif /* not lint */ #include @@ -48,7 +48,7 @@ move_file(char *from, char *to) { char bakname[MAXPATHLEN]; char *s; - size_t i; + ssize_t i; int fromfd; if ( check_only == TRUE )