summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2018-01-21 21:37:01 +0000
committerpatrick <patrick@openbsd.org>2018-01-21 21:37:01 +0000
commited071b0940df7d49c825eacaea10c51a2caa1552 (patch)
treefb1be43f5355b2888d2fae4eea72c2dd2a68c3a7
parentImplement network boot support in efiboot(8). This changes efiboot(8) (diff)
downloadwireguard-openbsd-ed071b0940df7d49c825eacaea10c51a2caa1552.tar.xz
wireguard-openbsd-ed071b0940df7d49c825eacaea10c51a2caa1552.zip
Add missing OpenBSD CVS tag
-rw-r--r--sys/arch/amd64/stand/efiboot/efipxe.c1
-rw-r--r--sys/arch/amd64/stand/efiboot/efipxe.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/amd64/stand/efiboot/efipxe.c b/sys/arch/amd64/stand/efiboot/efipxe.c
index 8a6c7851196..7488e77e070 100644
--- a/sys/arch/amd64/stand/efiboot/efipxe.c
+++ b/sys/arch/amd64/stand/efiboot/efipxe.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: efipxe.c,v 1.2 2018/01/21 21:37:01 patrick Exp $ */
/*
* Copyright (c) 2017 Patrick Wildt <patrick@blueri.se>
*
diff --git a/sys/arch/amd64/stand/efiboot/efipxe.h b/sys/arch/amd64/stand/efiboot/efipxe.h
index a61358e555e..9f1ebedb3c6 100644
--- a/sys/arch/amd64/stand/efiboot/efipxe.h
+++ b/sys/arch/amd64/stand/efiboot/efipxe.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: efipxe.h,v 1.2 2018/01/21 21:37:01 patrick Exp $ */
/*
* Copyright (c) 2017 Patrick Wildt <patrick@blueri.se>
*