summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2009-08-25 21:27:24 +0000
committerkettenis <kettenis@openbsd.org>2009-08-25 21:27:24 +0000
commitf16ccab135c15daecccce6f1560a1ad8bcd3e39f (patch)
treeb77708f9e5ba6e09e513ef6ed9f877b45cbe478a
parentInitialize flattened device tree support if a tree was passed by the firmware. (diff)
downloadwireguard-openbsd-f16ccab135c15daecccce6f1560a1ad8bcd3e39f.tar.xz
wireguard-openbsd-f16ccab135c15daecccce6f1560a1ad8bcd3e39f.zip
Add missing $OpenBSD$ tag.
-rw-r--r--sys/arch/socppc/include/fdt.h1
-rw-r--r--sys/arch/socppc/socppc/fdt.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/socppc/include/fdt.h b/sys/arch/socppc/include/fdt.h
index 5d6fb699d4d..bd92cc3947c 100644
--- a/sys/arch/socppc/include/fdt.h
+++ b/sys/arch/socppc/include/fdt.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: fdt.h,v 1.2 2009/08/25 21:27:24 kettenis Exp $ */
/*
* Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net>
diff --git a/sys/arch/socppc/socppc/fdt.c b/sys/arch/socppc/socppc/fdt.c
index 52cb0d28b87..61b4bcbda63 100644
--- a/sys/arch/socppc/socppc/fdt.c
+++ b/sys/arch/socppc/socppc/fdt.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: fdt.c,v 1.2 2009/08/25 21:27:24 kettenis Exp $ */
/*
* Copyright (c) 2009 Dariusz Swiderski <sfires@sfires.net>