diff options
author | 2009-05-12 21:52:30 +0000 | |
---|---|---|
committer | 2009-05-12 21:52:30 +0000 | |
commit | e7fa1500c3cfaca95d3cf17ca11c007e7b03358a (patch) | |
tree | 040d4dd5206e80e8efcb40f3af1ac521823cdae1 | |
parent | fix the first few frenchisms which leap out at my eyes (diff) | |
download | wireguard-openbsd-e7fa1500c3cfaca95d3cf17ca11c007e7b03358a.tar.xz wireguard-openbsd-e7fa1500c3cfaca95d3cf17ca11c007e7b03358a.zip |
Unbreak build.
-rw-r--r-- | sys/arch/sparc64/dev/ldcvar.h | 5 |
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; |