Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Restore historical $Hdr$ tag after git cvsexportcomm...
details: https://anonhg.NetBSD.org/src/rev/c3978573822b
branches: trunk
changeset: 1005378:c3978573822b
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Dec 06 04:15:38 2019 +0000
description:
Restore historical $Hdr$ tag after git cvsexportcommit nixed it.
diffstat:
sys/dev/cons.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r eab880228b11 -r c3978573822b sys/dev/cons.c
--- a/sys/dev/cons.c Fri Dec 06 03:45:33 2019 +0000
+++ b/sys/dev/cons.c Fri Dec 06 04:15:38 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cons.c,v 1.76 2019/12/06 03:45:33 riastradh Exp $ */
+/* $NetBSD: cons.c,v 1.77 2019/12/06 04:15:38 riastradh Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -33,13 +33,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: Utah $Hdr$
+ * from: Utah $Hdr: cons.c 1.7 92/01/21$
*
* @(#)cons.c 8.2 (Berkeley) 1/12/94
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cons.c,v 1.76 2019/12/06 03:45:33 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cons.c,v 1.77 2019/12/06 04:15:38 riastradh Exp $");
#include <sys/param.h>
#include <sys/proc.h>
Home |
Main Index |
Thread Index |
Old Index