diff options
author | 2009-08-25 21:27:24 +0000 | |
---|---|---|
committer | 2009-08-25 21:27:24 +0000 | |
commit | f16ccab135c15daecccce6f1560a1ad8bcd3e39f (patch) | |
tree | b77708f9e5ba6e09e513ef6ed9f877b45cbe478a | |
parent | Initialize flattened device tree support if a tree was passed by the firmware. (diff) | |
download | wireguard-openbsd-f16ccab135c15daecccce6f1560a1ad8bcd3e39f.tar.xz wireguard-openbsd-f16ccab135c15daecccce6f1560a1ad8bcd3e39f.zip |
Add missing $OpenBSD$ tag.
-rw-r--r-- | sys/arch/socppc/include/fdt.h | 1 | ||||
-rw-r--r-- | sys/arch/socppc/socppc/fdt.c | 1 |
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> |