diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-02-11 02:26:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-02-11 02:26:25 +0000 |
commit | ece27f6136a3156c3d98eac6a84ad5ac936cab0b (patch) | |
tree | 9b66907b6738291b5d28c9b1e3b869e1b90f36ad /graphics/xpdf/files/patch-ab | |
parent | a40b28ac21fb0acdd58e5dfed7889891e7556be6 (diff) |
Notes
Diffstat (limited to 'graphics/xpdf/files/patch-ab')
-rw-r--r-- | graphics/xpdf/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xpdf/files/patch-ab b/graphics/xpdf/files/patch-ab index 6054622530ce..097cc6faa99f 100644 --- a/graphics/xpdf/files/patch-ab +++ b/graphics/xpdf/files/patch-ab @@ -1,6 +1,6 @@ ---- goo/gfile.cc.org Fri Sep 1 14:35:26 2000 -+++ goo/gfile.cc Fri Sep 1 14:17:34 2000 -@@ -468,6 +468,16 @@ +--- goo/gfile.cc.orig Fri Feb 1 15:15:45 2002 ++++ goo/gfile.cc Sun Feb 10 17:42:52 2002 +@@ -489,6 +489,16 @@ int fd; if (ext) { @@ -17,7 +17,7 @@ if (!(s = tmpnam(NULL))) { return gFalse; } -@@ -478,6 +488,7 @@ +@@ -499,6 +509,7 @@ } (*name)->append(ext); fd = open((*name)->getCString(), O_WRONLY | O_CREAT | O_EXCL, 0600); |