Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/common sys/compat/common/if_media_80.c: Add kerne...



details:   https://anonhg.NetBSD.org/src/rev/a91ef1f4fbdf
branches:  trunk
changeset: 368759:a91ef1f4fbdf
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Aug 03 01:38:51 2022 +0000

description:
sys/compat/common/if_media_80.c: Add kernel rcsid.

diffstat:

 sys/compat/common/if_media_80.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4c181d296387 -r a91ef1f4fbdf sys/compat/common/if_media_80.c
--- a/sys/compat/common/if_media_80.c   Mon Aug 01 23:30:10 2022 +0000
+++ b/sys/compat/common/if_media_80.c   Wed Aug 03 01:38:51 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_media_80.c,v 1.4 2021/09/07 11:43:02 riastradh Exp $        */
+/*     $NetBSD: if_media_80.c,v 1.5 2022/08/03 01:38:51 riastradh Exp $        */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -65,6 +65,7 @@
  */
 
 #include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: if_media_80.c,v 1.5 2022/08/03 01:38:51 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>



Home | Main Index | Thread Index | Old Index