Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/rpi Add missing __KERNEL_RCSID().
details: https://anonhg.NetBSD.org/src/rev/773370fb1a64
branches: trunk
changeset: 978505:773370fb1a64
user: rin <rin%NetBSD.org@localhost>
date: Mon Nov 23 06:39:54 2020 +0000
description:
Add missing __KERNEL_RCSID().
diffstat:
sys/arch/evbarm/rpi/vcprop_subr.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4739ca4410b9 -r 773370fb1a64 sys/arch/evbarm/rpi/vcprop_subr.c
--- a/sys/arch/evbarm/rpi/vcprop_subr.c Mon Nov 23 06:29:54 2020 +0000
+++ b/sys/arch/evbarm/rpi/vcprop_subr.c Mon Nov 23 06:39:54 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vcprop_subr.c,v 1.7 2020/11/23 06:29:54 rin Exp $ */
+/* $NetBSD: vcprop_subr.c,v 1.8 2020/11/23 06:39:54 rin Exp $ */
/*
* Copyright (c) 2014 Michael Lorenz
@@ -28,6 +28,8 @@
/*
* Mailbox property interface wrapper functions
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: vcprop_subr.c,v 1.8 2020/11/23 06:39:54 rin Exp $");
#include <sys/param.h>
#include <sys/bus.h>
Home |
Main Index |
Thread Index |
Old Index