From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzzjP-0002ZQ-S6 for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:47 -0400 Received: from [140.186.70.92] (port=34442 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzzjO-0002Y0-D8 for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzzjM-0005zn-Po for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:46 -0400 Received: from hall.aurel32.net ([88.191.82.174]:43672) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzzjM-0005zc-L2 for qemu-devel@nongnu.org; Thu, 08 Apr 2010 17:57:44 -0400 Date: Thu, 8 Apr 2010 21:08:55 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH 15/48] fix function signature of qemu_chr_open_pty on !linux Message-ID: <20100408190855.GC6056@volta.aurel32.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Riku Voipio Cc: Riku Voipio , Juha =?iso-8859-15?Q?Riihim=E4ki?= , qemu-devel@nongnu.org On Fri, Mar 26, 2010 at 04:06:35PM +0000, Riku Voipio wrote: > From: Riku Voipio > > Signed-Off-By: Riku Voipio > Signed-Off-By: Juha Riihimäki Thanks, applied. > --- > qemu-char.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/qemu-char.c b/qemu-char.c > index a3d6e64..1e5b515 100644 > --- a/qemu-char.c > +++ b/qemu-char.c > @@ -1218,7 +1218,7 @@ static CharDriverState *qemu_chr_open_tty(QemuOpts *opts) > return chr; > } > #else /* ! __linux__ && ! __sun__ */ > -static CharDriverState *qemu_chr_open_pty(void) > +static CharDriverState *qemu_chr_open_pty(QemuOpts *opts) > { > return NULL; > } > -- > 1.6.5 > > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net