summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2009-05-12 21:52:30 +0000
committerkettenis <kettenis@openbsd.org>2009-05-12 21:52:30 +0000
commite7fa1500c3cfaca95d3cf17ca11c007e7b03358a (patch)
tree040d4dd5206e80e8efcb40f3af1ac521823cdae1
parentfix the first few frenchisms which leap out at my eyes (diff)
downloadwireguard-openbsd-e7fa1500c3cfaca95d3cf17ca11c007e7b03358a.tar.xz
wireguard-openbsd-e7fa1500c3cfaca95d3cf17ca11c007e7b03358a.zip
Unbreak build.
-rw-r--r--sys/arch/sparc64/dev/ldcvar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc64/dev/ldcvar.h b/sys/arch/sparc64/dev/ldcvar.h
index a3a67b2d177..832823a2375 100644
--- a/sys/arch/sparc64/dev/ldcvar.h
+++ b/sys/arch/sparc64/dev/ldcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldcvar.h,v 1.2 2009/01/12 19:34:08 kettenis Exp $ */
+/* $OpenBSD: ldcvar.h,v 1.3 2009/05/12 21:52:30 kettenis Exp $ */
/*
* Copyright (c) 2009 Mark Kettenis
*
@@ -33,6 +33,9 @@ void ldc_queue_free(bus_dma_tag_t, struct ldc_queue *);
* LDC virtual link layer protocol.
*/
+#define LDC_VERSION_MAJOR 1
+#define LDC_VERSION_MINOR 0
+
struct ldc_pkt {
uint8_t type;
uint8_t stype;