summaryrefslogtreecommitdiff
path: root/shells/scsh/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'shells/scsh/patches/patch-ad')
-rw-r--r--shells/scsh/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/scsh/patches/patch-ad b/shells/scsh/patches/patch-ad
new file mode 100644
index 00000000000..14d5519d9e5
--- /dev/null
+++ b/shells/scsh/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.5 2005/01/24 21:24:48 tv Exp $
+
+--- scsh/syscalls1.c.orig 2005-01-24 16:23:12.000000000 -0500
++++ scsh/syscalls1.c
+@@ -671,7 +671,9 @@ s48_value scsh_fsync(s48_value sch_fdes)
+
+ s48_value scsh_sync()
+ {
++#if !defined(__INTERIX)
+ sync();
++#endif
+ return S48_UNSPECIFIC;
+ }
+