summaryrefslogtreecommitdiff
path: root/sysutils/xentools411/patches/patch-extras_mini-os_include_fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xentools411/patches/patch-extras_mini-os_include_fcntl.h')
-rw-r--r--sysutils/xentools411/patches/patch-extras_mini-os_include_fcntl.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/xentools411/patches/patch-extras_mini-os_include_fcntl.h b/sysutils/xentools411/patches/patch-extras_mini-os_include_fcntl.h
new file mode 100644
index 00000000000..72826b73bea
--- /dev/null
+++ b/sysutils/xentools411/patches/patch-extras_mini-os_include_fcntl.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-extras_mini-os_include_fcntl.h,v 1.1 2018/07/24 13:40:11 bouyer Exp $
+--- extras/mini-os/include/fcntl.h.orig 2017-03-28 19:38:01.000000000 +0200
++++ extras/mini-os/include/fcntl.h 2017-03-28 19:38:12.000000000 +0200
+@@ -93,7 +93,7 @@
+
+ #endif
+
+-int open(const char *path, int flags, ...) asm("open64");
++int open(const char *path, int flags, ...);
+ int fcntl(int fd, int cmd, ...);
+
+ #endif