=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/req.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/cvs/Attic/req.c 2005/09/15 17:01:10 1.31 +++ src/usr.bin/cvs/Attic/req.c 2005/10/07 21:47:32 1.32 @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.31 2005/09/15 17:01:10 xsa Exp $ */ +/* $OpenBSD: req.c,v 1.32 2005/10/07 21:47:32 reyk Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -69,7 +69,7 @@ struct cvs_reqhdlr { - int (*hdlr)(int, char *); + int (*hdlr)(int, char *); } cvs_req_swtab[CVS_REQ_MAX + 1] = { { NULL }, { cvs_req_root }, @@ -440,7 +440,8 @@ ent = cvs_ent_get(cvs_req_entf, line); if (ent == NULL) { cvs_log(LP_ERR, - "received Unchanged request for a non-existing file"); + "received Unchanged request " + "for a non-existing file"); ret = -1; } else { ent->ce_status = CVS_ENT_UPTODATE;