[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cygwin: src/sysdep.cc patch
From: |
Marco Atzeri |
Subject: |
cygwin: src/sysdep.cc patch |
Date: |
Thu, 7 May 2009 15:06:07 +0000 (GMT) |
Hi All,
the attached patch remove the call to
cygwin32_conv_to_full_win32_path
from src/sysdep.cc and replace with a more standard
if (tmpdir.empty ())
tmpdir = "/tmp";
octave_env::putenv ("TMPDIR", tmpdir);
The function was deprecated in cygwin-1.5 and has been
removed in cygwin-1.7.
As it was used to set TMPDIR=c:/temp that is also
deprecated in cygwin, I see no reason to mantain it.
This solution is already implemented in the
cygwin 3.0.x official packages.
Regards
Marco Atzeri
volunteer cygwin octave mantainer
hg_sysdep.patch
Description: Text Data
- cygwin: src/sysdep.cc patch,
Marco Atzeri <=