=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/co.c,v retrieving revision 1.118 retrieving revision 1.119 diff -c -r1.118 -r1.119 *** src/usr.bin/rcs/co.c 2014/10/02 06:23:15 1.118 --- src/usr.bin/rcs/co.c 2014/10/10 08:15:25 1.119 *************** *** 1,4 **** ! /* $OpenBSD: co.c,v 1.118 2014/10/02 06:23:15 otto Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: co.c,v 1.119 2014/10/10 08:15:25 otto Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 56,62 **** flags = ret = 0; kflag = RCS_KWEXP_ERR; - rev = RCS_HEAD_REV; rev_str = NULL; author = date = state = NULL; --- 56,61 ---- *************** *** 256,262 **** time_t rcsdate, givendate; RCSNUM *rev; ! rcsdate = givendate = -1; if (date != NULL && (givendate = date_parse(date)) == -1) { warnx("invalid date: %s", date); return -1; --- 255,261 ---- time_t rcsdate, givendate; RCSNUM *rev; ! givendate = -1; if (date != NULL && (givendate = date_parse(date)) == -1) { warnx("invalid date: %s", date); return -1;