diff options
author | 2014-01-23 22:06:29 +0000 | |
---|---|---|
committer | 2014-01-23 22:06:29 +0000 | |
commit | 736608ca0c97261d341da497fbd8b423ad4a3a86 (patch) | |
tree | aa06c6e19f46bac4e2afe5ef96faf730aae60ca4 /sys/arch/sparc | |
parent | specifically NOT suppress signify error output (diff) | |
download | wireguard-openbsd-736608ca0c97261d341da497fbd8b423ad4a3a86.tar.xz wireguard-openbsd-736608ca0c97261d341da497fbd8b423ad4a3a86.zip |
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/vmparam.h b/sys/arch/sparc/include/vmparam.h index 1e39d85f0df..0d51ddf7362 100644 --- a/sys/arch/sparc/include/vmparam.h +++ b/sys/arch/sparc/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.39 2012/07/01 15:31:35 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.40 2014/01/23 22:06:29 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.13 1997/07/12 16:20:03 perry Exp $ */ /* @@ -118,7 +118,6 @@ struct pvlist { int pv_flags; /* flags (below) */ }; -#define __HAVE_VM_PAGE_MD struct vm_page_md { struct pvlist pv_head; }; |