From: deraadt Date: Sun, 11 Feb 2018 05:11:50 +0000 (+0000) Subject: oops, typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0e3bc952488c90106419a9fc05540ce11efc8f3d;p=openbsd oops, typo --- 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