From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS8Ma-0002rI-9j for qemu-devel@nongnu.org; Thu, 02 Jun 2011 09:55:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QS8MY-0005gY-MM for qemu-devel@nongnu.org; Thu, 02 Jun 2011 09:55:03 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:43450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS8MY-0005fm-7F for qemu-devel@nongnu.org; Thu, 02 Jun 2011 09:55:02 -0400 Received: by pwi6 with SMTP id 6so562598pwi.4 for ; Thu, 02 Jun 2011 06:55:00 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1306982755-19553-1-git-send-email-cerbere@gmail.com> References: <1306982755-19553-1-git-send-email-cerbere@gmail.com> Date: Thu, 2 Jun 2011 14:55:00 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [RFC PATCH] Darwin: Fix compilation warning regarding the deprecated daemon() function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre Raymond Cc: andreas.faerber@web.de, qemu-devel@nongnu.org On 2 June 2011 03:45, Alexandre Raymond wrote: > The following trick, used in mDNSResponder, takes care of this warning: > http://www.opensource.apple.com/source/mDNSResponder/mDNSResponder-258.18/mDNSPosix/PosixDaemon.c If we do decide to borrow this trick from there, can we also borrow some equivalent of the comment which explains why we're doing it? -- PMM