pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/scsh Interix has no general sync() syscall.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f33edb10d806
branches:  trunk
changeset: 488107:f33edb10d806
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 21:24:47 2005 +0000

description:
Interix has no general sync() syscall.

diffstat:

 shells/scsh/distinfo         |   3 ++-
 shells/scsh/patches/patch-ad |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 4a505aea2a60 -r f33edb10d806 shells/scsh/distinfo
--- a/shells/scsh/distinfo      Mon Jan 24 21:21:45 2005 +0000
+++ b/shells/scsh/distinfo      Mon Jan 24 21:24:47 2005 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.7 2004/04/21 12:08:10 dillo Exp $
+$NetBSD: distinfo,v 1.8 2005/01/24 21:24:47 tv Exp $
 
 SHA1 (scsh-0.6.6.tar.gz) = 5d38ec103e1cb885e634bb3475e8912ac892067b
 Size (scsh-0.6.6.tar.gz) = 4332223 bytes
 SHA1 (patch-aa) = e4456d514815c1a8db0e2c655f37272421ef0007
 SHA1 (patch-ab) = 5a8ba9cfe463c791f8478366933c335683e38c3b
 SHA1 (patch-ac) = e4270b345de59978440e6accec9bcd80c83f6f6e
+SHA1 (patch-ad) = c67946758a5424ff6c1fb91693c8aa01158eb6e4
 SHA1 (patch-ae) = 3838934816cf23f1975d15f3dfd3ce8fae10ee40
 SHA1 (patch-af) = faddb025c3bada2d321b693217104dc986a8a90f
diff -r 4a505aea2a60 -r f33edb10d806 shells/scsh/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/scsh/patches/patch-ad      Mon Jan 24 21:24:47 2005 +0000
@@ -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;
+ }
+ 



Home | Main Index | Thread Index | Old Index