diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:17:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:17:12 +0000 |
commit | 64352bb110e6b35a8a23e32dd32ae2a94b866a0e (patch) | |
tree | b71b20ba48fbb2d5aa5a2e3fa1a8112fd111148d /graphics/sane/files/patch-ab | |
parent | Upgrade to 1.0.4. (diff) |
Nuke sane, it split into sane-backends & sane-frontends now.
Diffstat (limited to 'graphics/sane/files/patch-ab')
-rw-r--r-- | graphics/sane/files/patch-ab | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/sane/files/patch-ab b/graphics/sane/files/patch-ab deleted file mode 100644 index 922cf11de150..000000000000 --- a/graphics/sane/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- 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"); - } |