Module Name: othersrc
Committed By: simonb
Date: Thu Feb 25 08:40:43 UTC 2021
Modified Files:
othersrc/usr.bin/sleepto: parsetime.c stime.h
Log Message:
Include the "from" CVS tags.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/usr.bin/sleepto/parsetime.c
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/sleepto/stime.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/sleepto/parsetime.c
diff -u othersrc/usr.bin/sleepto/parsetime.c:1.2 othersrc/usr.bin/sleepto/parsetime.c:1.3
--- othersrc/usr.bin/sleepto/parsetime.c:1.2 Thu Feb 25 07:52:27 2021
+++ othersrc/usr.bin/sleepto/parsetime.c Thu Feb 25 08:40:43 2021
@@ -1,4 +1,5 @@
-/* $NetBSD: parsetime.c,v 1.2 2021/02/25 07:52:27 simonb Exp $ */
+/* from NetBSD: parsetime.c,v 1.20 2019/02/16 17:56:57 kre Exp */
+/* $NetBSD: parsetime.c,v 1.3 2021/02/25 08:40:43 simonb Exp $ */
/*
* parsetime.c - parse time for at(1)
@@ -156,7 +157,7 @@ static bool sc_tokplur; /* scanner - is
#if 0
static char rcsid[] = "$OpenBSD: parsetime.c,v 1.4 1997/03/01 23:40:10 millert Exp $";
#else
-__RCSID("$NetBSD: parsetime.c,v 1.2 2021/02/25 07:52:27 simonb Exp $");
+__RCSID("$NetBSD: parsetime.c,v 1.3 2021/02/25 08:40:43 simonb Exp $");
#endif
#endif
Index: othersrc/usr.bin/sleepto/stime.h
diff -u othersrc/usr.bin/sleepto/stime.h:1.1 othersrc/usr.bin/sleepto/stime.h:1.2
--- othersrc/usr.bin/sleepto/stime.h:1.1 Thu Feb 25 07:52:27 2021
+++ othersrc/usr.bin/sleepto/stime.h Thu Feb 25 08:40:43 2021
@@ -1,4 +1,5 @@
-/* $NetBSD: stime.h,v 1.1 2021/02/25 07:52:27 simonb Exp $ */
+/* from NetBSD: stime.h,v 1.4 2008/04/05 16:26:57 christos Exp */
+/* $NetBSD: stime.h,v 1.2 2021/02/25 08:40:43 simonb Exp $ */
/*
* Copyright (c) 1993