Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons fix the NetBSD tag.
details: https://anonhg.NetBSD.org/src/rev/a680ef2f10c0
branches: trunk
changeset: 379568:a680ef2f10c0
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 07 16:37:34 2021 +0000
description:
fix the NetBSD tag.
diffstat:
sys/dev/wscons/wsemul_vt100.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 58398250660d -r a680ef2f10c0 sys/dev/wscons/wsemul_vt100.c
--- a/sys/dev/wscons/wsemul_vt100.c Mon Jun 07 15:52:08 2021 +0000
+++ b/sys/dev/wscons/wsemul_vt100.c Mon Jun 07 16:37:34 2021 +0000
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsemul_vt100.c,v 1.28 2011/08/04 04:18:42 miod Exp $ */
+/* $NetBSD: wsemul_vt100.c,v 1.48 2021/06/07 16:37:34 christos Exp $ */
/*
* Copyright (c) 1998
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsemul_vt100.c,v 1.47 2021/06/07 15:52:08 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsemul_vt100.c,v 1.48 2021/06/07 16:37:34 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_wsmsgattrs.h"
Home |
Main Index |
Thread Index |
Old Index