aboutsummaryrefslogtreecommitdiff
path: root/editors/xvile/files
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2002-08-27 09:18:36 +0000
committerGary Jennejohn <gj@FreeBSD.org>2002-08-27 09:18:36 +0000
commit59ef216bedc2fa51562aff93b09a6d415eaab89b (patch)
treef771ab18fe9da47e1f5773c002e18d69a0dcc247 /editors/xvile/files
parentbd780d235833dcc25c91cc309751e0aa475d2b14 (diff)
Notes
Diffstat (limited to 'editors/xvile/files')
-rw-r--r--editors/xvile/files/patch-file.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xvile/files/patch-file.c b/editors/xvile/files/patch-file.c
new file mode 100644
index 000000000000..ba624d2b6137
--- /dev/null
+++ b/editors/xvile/files/patch-file.c
@@ -0,0 +1,11 @@
+--- file.c.orig Tue Aug 27 10:14:57 2002
++++ file.c Tue Aug 27 10:15:35 2002
+@@ -2351,7 +2351,7 @@
+
+ /* on failure, keep going */
+ #if defined(HAVE_MKSTEMP) && defined(HAVE_MKDTEMP)
+- result = (vl_mkdtemp(dirnam) == 0);
++ result = (vl_mkdtemp(dirnam) != 0);
+ #else
+ result = (vl_mkdir(dirnam, 0700) == 0);
+ #endif