<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>Am 05.11.2014 um 20:42 schrieb Felix Paul Kühne <<a href="mailto:fkuehne@videolan.org">fkuehne@videolan.org</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">On 05 Nov 2014, at 20:32, Sean McGovern <<a href="mailto:gseanmcg@gmail.com">gseanmcg@gmail.com</a>> wrote:<br><br>---<br>src/libvlc.c | 5 +++++<br>1 file changed, 5 insertions(+)<br><br>diff --git a/src/libvlc.c b/src/libvlc.c<br>index 946ce2e..aaadfd1 100644<br>--- a/src/libvlc.c<br>+++ b/src/libvlc.c<br>@@ -196,6 +196,11 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,<br>       return VLC_ENOMOD;<br>   }<br><br>+/* Darwin does have daemon(), but it has been deprecated since OS X 10.5 */<br></blockquote><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">Well, it’s true, that it was deprecated in 2007, but then again, it still works with the latest version of OS X and is therefore just an annoying compiler warning, so IMO, we should continue having this mode enabled on the Mac.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"></blockquote></div><br><div>Yes, the deamon man page states: "On Mac OS X, the use of this API is discouraged in favor of using launchd(8).“ Of course they want to encourage their own launch services, but from that I do not see any technical reason for not using deamon anymore.</div><div><br></div><div>Best regards,</div><div>David</div></body></html>