=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/client.c,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- src/usr.bin/cvs/client.c 2008/02/11 20:33:11 1.105 +++ src/usr.bin/cvs/client.c 2008/02/27 22:34:04 1.106 @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.105 2008/02/11 20:33:11 tobias Exp $ */ +/* $OpenBSD: client.c,v 1.106 2008/02/27 22:34:04 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -525,7 +525,7 @@ case FILE_ADDED: case FILE_MODIFIED: cvs_client_send_request("Modified %s", cf->file_name); - cvs_remote_send_file(cf->file_path); + cvs_remote_send_file(cf->file_path, cf->fd); break; case FILE_UPTODATE: cvs_client_send_request("Unchanged %s", cf->file_name);