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/ff45cd86a019
branches:  trunk
changeset: 983805:ff45cd86a019
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 fdb62aabd39c -r ff45cd86a019 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