diff options
author | tv <tv@pkgsrc.org> | 2005-03-10 14:07:29 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-10 14:07:29 +0000 |
commit | 08ae81aa1a8d153daccb0664c0ff32cdd50e837b (patch) | |
tree | 66c16e90fa2e67e0b31ef9c4e4a52283f5e7d7f0 /graphics/fujiplay/patches | |
parent | cd94db8b37d3348b75b2f0338c15f905e557710e (diff) | |
download | pkgsrc-08ae81aa1a8d153daccb0664c0ff32cdd50e837b.tar.gz |
Remove call to sync(2). It's not providing anything useful here, it's
nonportable, and it's not available on Interix either.
Diffstat (limited to 'graphics/fujiplay/patches')
-rw-r--r-- | graphics/fujiplay/patches/patch-aa | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/fujiplay/patches/patch-aa b/graphics/fujiplay/patches/patch-aa index 4f8d2e7c443..ef42996a4ff 100644 --- a/graphics/fujiplay/patches/patch-aa +++ b/graphics/fujiplay/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.2 2004/05/27 22:20:00 hubertf Exp $ +$NetBSD: patch-aa,v 1.3 2005/03/10 14:07:29 tv Exp $ ---- fujiplay.c.orig 1999-02-23 10:30:31.000000000 +0100 +--- fujiplay.c.orig 1999-02-23 04:30:31.000000000 -0500 +++ fujiplay.c @@ -36,5 +36,5 @@ #endif @@ -78,3 +78,9 @@ $NetBSD: patch-aa,v 1.2 2004/05/27 22:20:00 hubertf Exp $ +" DSCxxxxx.JPG Files to delete or to upload into the camera\n"; const char *Copyright = "\ +@@ -985,5 +984,4 @@ set_date_from_arg: + } + if (delete_after) { +- sync(); + deleted = 0; + for (c = pictures; c > 0; c--) |