You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/elvis/files/elvis-2.2.0-interix.patch

12 lines
297 B

diff -ru -x '*.Po' -x '*.Plo' elvis-2.2_0.orig/osunix/osblock.c elvis-2.2_0/osunix/osblock.c
--- elvis-2.2_0.orig/osunix/osblock.c 2008-04-03 12:00:26 +0200
+++ elvis-2.2_0/osunix/osblock.c 2008-04-03 12:01:53 +0200
@@ -293,5 +293,7 @@
return;
#endif
+#ifndef __INTERIX
sync();
+#endif
}