From 678717b8da2f33366d13ada3a57c505e0223a0ee Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 Apr 2000 23:44:21 +0000 Subject: Update to version 1.0.2. PR: 18141 Submitted by: KATO Tsuguru --- graphics/sane-backends/files/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 graphics/sane-backends/files/patch-ab (limited to 'graphics/sane-backends/files/patch-ab') diff --git a/graphics/sane-backends/files/patch-ab b/graphics/sane-backends/files/patch-ab new file mode 100644 index 000000000000..922cf11de150 --- /dev/null +++ b/graphics/sane-backends/files/patch-ab @@ -0,0 +1,14 @@ +--- backend/artec.c.orig Sun Mar 5 22:40:43 2000 ++++ backend/artec.c Wed Apr 19 06:00:00 2000 +@@ -3238,7 +3238,11 @@ + if (DBG_LEVEL == 101) + { + debug_fd = open ("artec.data.raw", ++#ifdef __FreeBSD__ ++ O_WRONLY | O_CREAT | O_TRUNC, 0666); ++#else + O_WRONLY | O_CREAT | O_TRUNC | O_SYNC, 0666); ++#endif + if (debug_fd > -1) + DBG (101, "opened artec.data.raw output file\n"); + } -- cgit v1.2.3