=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/client.c,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- src/usr.bin/cvs/client.c 2008/03/08 20:52:36 1.109 +++ src/usr.bin/cvs/client.c 2008/03/09 00:36:30 1.110 @@ -1,4 +1,4 @@ -/* $OpenBSD: client.c,v 1.109 2008/03/08 20:52:36 tobias Exp $ */ +/* $OpenBSD: client.c,v 1.110 2008/03/09 00:36:30 tobias Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -457,7 +457,7 @@ struct tm *datetm; char rev[CVS_REV_BUFSZ], timebuf[CVS_TIME_BUFSZ], sticky[CVS_REV_BUFSZ]; - if (cf->file_type != CVS_FILE) + if (cf->file_type != CVS_FILE || (cf->fd == -1 && cf->file_ent == NULL)) return; cvs_client_senddir(cf->file_wd);