summaryrefslogtreecommitdiff
path: root/editors/elvis/patches
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-07 20:13:44 +0000
committertv <tv@pkgsrc.org>2005-11-07 20:13:44 +0000
commit52a0a8dbac6dcbbcf860a115568b433a528d8ff5 (patch)
tree36103528277a1449662680e877464da68824792f /editors/elvis/patches
parent292312b9e8b6e29d5f9fbf354d8c6e6e473b6ba2 (diff)
downloadpkgsrc-52a0a8dbac6dcbbcf860a115568b433a528d8ff5.tar.gz
Interix doesn't have sync(2).
Diffstat (limited to 'editors/elvis/patches')
-rw-r--r--editors/elvis/patches/patch-ad12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/elvis/patches/patch-ad b/editors/elvis/patches/patch-ad
new file mode 100644
index 00000000000..66bdf914446
--- /dev/null
+++ b/editors/elvis/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2005/11/07 20:13:44 tv Exp $
+
+--- osunix/osblock.c.orig 2003-10-20 22:32:26.000000000 -0400
++++ osunix/osblock.c
+@@ -293,5 +293,7 @@ void blksync()
+ return;
+ #endif
+
++#ifndef __INTERIX
+ sync();
++#endif
+ }