Re: Deprecated calls in os_unix.cpp

2018-09-28 Thread Jean-Marc Lasgouttes
Le 25/09/2018 à 17:20, Stephan Witt a écrit : Am 25.09.2018 um 17:11 schrieb Jürgen Spitzmüller : Am Freitag, den 21.09.2018, 15:58 +0200 schrieb pdv: Enclosed is a patch replacing two calls in os_unix.cpp which have been deprecated since MacOS 10.10. Again, I cannot comment on the patch.

Re: Deprecated calls in os_unix.cpp

2018-09-25 Thread Stephan Witt
Am 25.09.2018 um 17:11 schrieb Jürgen Spitzmüller : > > Am Freitag, den 21.09.2018, 15:58 +0200 schrieb pdv: >> Enclosed is a patch replacing two calls in os_unix.cpp which have >> been >> deprecated since MacOS 10.10. > > Again, I cannot comment on the patch. Opinions anyone? I’m unsure.

Re: Deprecated calls in os_unix.cpp

2018-09-25 Thread Jürgen Spitzmüller
Am Freitag, den 21.09.2018, 15:58 +0200 schrieb pdv: > Enclosed is a patch replacing two calls in os_unix.cpp which have > been > deprecated since MacOS 10.10. Again, I cannot comment on the patch. Opinions anyone? Jürgen > > Regards, > P. De Visschere signature.asc Description: This is a

Deprecated calls in os_unix.cpp

2018-09-21 Thread pdv
Enclosed is a patch replacing two calls in os_unix.cpp which have been deprecated since MacOS 10.10. Regards, P. De Visschere diff --git a/src/support/os_unix.cpp b/src/support/os_unix.cpp index 34cfd478a6..c98fe12a26 100644 --- a/src/support/os_unix.cpp +++ b/src/support/os_unix.cpp @@ -228,18