Module Name:    src
Committed By:   jmcneill
Date:           Mon May 25 10:35:17 UTC 2020

Modified Files:
        src/sys/dev/pci: if_mcx.c

Log Message:
Add __KERNEL_RCSID


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_mcx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_mcx.c
diff -u src/sys/dev/pci/if_mcx.c:1.13 src/sys/dev/pci/if_mcx.c:1.14
--- src/sys/dev/pci/if_mcx.c:1.13	Fri Apr 24 12:58:42 2020
+++ src/sys/dev/pci/if_mcx.c	Mon May 25 10:35:17 2020
@@ -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>

Reply via email to