changeset 13388:cfc2451da509 v8.0.1568

patch 8.0.1568: can't build on older Mac, header file is missing commit https://github.com/vim/vim/commit/24fe4758941a5a59669f135e45ea7ec69d16fe9f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 5 10:54:53 2018 +0100 patch 8.0.1568: can't build on older Mac, header file is missing Problem: Can't build on older Mac, header file is missing. Solution: Remove the header file. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/2691)
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Mar 2018 11:00:07 +0100
parents a4ae18a07b3f
children f93b51140d8f
files src/os_unix.c src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -566,7 +566,6 @@ mch_check_messages(void)
 # ifdef MACOS_X_DARWIN
 #  include <mach/mach_host.h>
 #  include <mach/mach_port.h>
-#  include <mach/vm_page_size.h>
 # endif
 
 /*
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1568,
+/**/
     1567,
 /**/
     1566,