Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/atheros/dev Id -> NetBSD in comment. No functi...



details:   https://anonhg.NetBSD.org/src/rev/64b9efaf7fe7
branches:  trunk
changeset: 938105:64b9efaf7fe7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Sep 02 08:26:05 2020 +0000

description:
Id -> NetBSD in comment. No functional change.

diffstat:

 sys/arch/mips/atheros/dev/if_ae.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ff869a3735a2 -r 64b9efaf7fe7 sys/arch/mips/atheros/dev/if_ae.c
--- a/sys/arch/mips/atheros/dev/if_ae.c Wed Sep 02 06:25:48 2020 +0000
+++ b/sys/arch/mips/atheros/dev/if_ae.c Wed Sep 02 08:26:05 2020 +0000
@@ -1,4 +1,4 @@
-/* $Id: if_ae.c,v 1.39 2020/02/04 05:18:36 thorpej Exp $ */
+/* $NetBSD: if_ae.c,v 1.40 2020/09/02 08:26:05 msaitoh Exp $ */
 /*-
  * Copyright (c) 2006 Urbana-Champaign Independent Media Center.
  * Copyright (c) 2006 Garrett D'Amore.
@@ -98,7 +98,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.39 2020/02/04 05:18:36 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ae.c,v 1.40 2020/09/02 08:26:05 msaitoh Exp $");
 
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index