From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL0ep-00045G-RJ for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:35:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL0en-000428-LJ for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:35:07 -0500 Received: from [199.232.76.173] (port=39941 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL0en-00041o-Fv for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:35:05 -0500 Received: from mail-ew0-f21.google.com ([209.85.219.21]:49859) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LL0em-00061D-Vs for qemu-devel@nongnu.org; Thu, 08 Jan 2009 14:35:05 -0500 Received: by ewy14 with SMTP id 14so10384255ewy.10 for ; Thu, 08 Jan 2009 11:35:03 -0800 (PST) Message-ID: <4966555F.9060707@codemonkey.ws> Date: Thu, 08 Jan 2009 13:34:55 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) References: <496641CA.5020909@redhat.com> In-Reply-To: <496641CA.5020909@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Uri Lublin Uri Lublin wrote: > From: Uri Lublin > > Rebased for qemu tree. Again, whitespace damaged, but applied by hand. Thanks. Regards, Anthony Liguori > Signed-off-by: Uri Lublin > --- > qemu-nbd.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/qemu-nbd.c b/qemu-nbd.c > index ed64b6b..59bd2f1 100644 > --- a/qemu-nbd.c > +++ b/qemu-nbd.c > @@ -190,7 +190,7 @@ int main(int argc, char **argv) > char *device = NULL; > char *socket = NULL; > char sockpath[128]; > - const char *sopt = "hVbo:p:rsnP:c:dvk:e:t"; > + const char *sopt = "hVb:o:p:rsnP:c:dvk:e:t"; > struct option lopt[] = { > { "help", 0, 0, 'h' }, > { "version", 0, 0, 'V' },