Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add __KERNEL_RCSID



details:   https://anonhg.NetBSD.org/src/rev/213a6f970155
branches:  trunk
changeset: 933359:213a6f970155
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon May 25 10:35:17 2020 +0000

description:
Add __KERNEL_RCSID

diffstat:

 sys/dev/pci/if_mcx.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ed63e9c4152b -r 213a6f970155 sys/dev/pci/if_mcx.c
--- a/sys/dev/pci/if_mcx.c      Mon May 25 10:14:58 2020 +0000
+++ b/sys/dev/pci/if_mcx.c      Mon May 25 10:35:17 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_mcx.c,v 1.13 2020/04/24 12:58:42 jmcneill Exp $ */
+/*     $NetBSD: if_mcx.c,v 1.14 2020/05/25 10:35:17 jmcneill Exp $ */
 /*     $OpenBSD: if_mcx.c,v 1.44 2020/04/24 07:28:37 mestre Exp $ */
 
 /*
@@ -22,6 +22,9 @@
 #include "opt_net_mpsafe.h"
 #endif
 
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: if_mcx.c,v 1.14 2020/05/25 10:35:17 jmcneill Exp $");
+
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/sockio.h>



Home | Main Index | Thread Index | Old Index