=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/touch/touch.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/touch/touch.c 2002/02/16 21:27:55 1.7 --- src/usr.bin/touch/touch.c 2003/01/10 11:42:00 1.8 *************** *** 1,4 **** ! /* $OpenBSD: touch.c,v 1.7 2002/02/16 21:27:55 millert Exp $ */ /* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: touch.c,v 1.8 2003/01/10 11:42:00 henning Exp $ */ /* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)touch.c 8.2 (Berkeley) 4/28/95"; #endif ! static char rcsid[] = "$OpenBSD: touch.c,v 1.7 2002/02/16 21:27:55 millert Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)touch.c 8.2 (Berkeley) 4/28/95"; #endif ! static char rcsid[] = "$OpenBSD: touch.c,v 1.8 2003/01/10 11:42:00 henning Exp $"; #endif /* not lint */ #include *************** *** 218,224 **** case 12: /* CCYYMMDDhhmm */ t->tm_year = ATOI2(arg) * 100 - TM_YEAR_BASE; yearset = 1; ! /* FALLTHOUGH */ case 10: /* YYMMDDhhmm */ if (yearset) { yearset = ATOI2(arg); --- 218,224 ---- case 12: /* CCYYMMDDhhmm */ t->tm_year = ATOI2(arg) * 100 - TM_YEAR_BASE; yearset = 1; ! /* FALLTHROUGH */ case 10: /* YYMMDDhhmm */ if (yearset) { yearset = ATOI2(arg);