pkgsrc/editors/elvis/patches/patch-ad
2005-11-07 20:13:44 +00:00

12 lines
233 B
Text

$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
}