summaryrefslogtreecommitdiff
path: root/editors/elvis/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'editors/elvis/patches/patch-ad')
-rw-r--r--editors/elvis/patches/patch-ad12
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/elvis/patches/patch-ad b/editors/elvis/patches/patch-ad
deleted file mode 100644
index 66bdf914446..00000000000
--- a/editors/elvis/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$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
- }