diff options
author | 2018-02-11 05:11:50 +0000 | |
---|---|---|
committer | 2018-02-11 05:11:50 +0000 | |
commit | 0e3bc952488c90106419a9fc05540ce11efc8f3d (patch) | |
tree | 78ead0620a808409cf640ade0c2880e98a3a6ea6 /sys | |
parent | Update the packet header length as well as the mbuf length on (diff) | |
download | wireguard-openbsd-0e3bc952488c90106419a9fc05540ce11efc8f3d.tar.xz wireguard-openbsd-0e3bc952488c90106419a9fc05540ce11efc8f3d.zip |
oops, typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/mman.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mman.h b/sys/sys/mman.h index 90959c2b18a..b7a2f4eb751 100644 --- a/sys/sys/mman.h +++ b/sys/sys/mman.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mman.h,v 1.31 2018/02/11 04:39:15 deraadt Exp $ */ +/* $OpenBSD: mman.h,v 1.32 2018/02/11 05:11:50 deraadt Exp $ */ /* $NetBSD: mman.h,v 1.11 1995/03/26 20:24:23 jtc Exp $ */ /*- @@ -58,7 +58,7 @@ #define __MAP_NOREPLACE 0x0800 /* fail if address not available */ #define MAP_ANON 0x1000 /* allocated from memory, swap space */ #define MAP_ANONYMOUS MAP_ANON /* alternate POSIX spelling */ -#define __MAP_NOFAULT 0x2000) +#define __MAP_NOFAULT 0x2000 #define MAP_STACK 0x4000 /* mapping is used for a stack */ #define MAP_FLAGMASK 0x7ff7 |