=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- src/usr.bin/cvs/update.c 2010/10/27 08:35:45 1.165 +++ src/usr.bin/cvs/update.c 2010/10/28 15:02:41 1.166 @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.165 2010/10/27 08:35:45 tobias Exp $ */ +/* $OpenBSD: update.c,v 1.166 2010/10/28 15:02:41 millert Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -235,7 +235,7 @@ void cvs_update_leavedir(struct cvs_file *cf) { - long base; + off_t base; int nbytes; int isempty; size_t bufsize;