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/b4a0ff01e75f
branches:  trunk
changeset: 846977:b4a0ff01e75f
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 a36a49783304 -r b4a0ff01e75f 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