Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 19:02:58 +0800
From:      Marcelo Araujo <araujobsdport@gmail.com>
To:        "Bjoern A. Zeeb" <bz@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r292982 - head/usr.sbin/bhyve
Message-ID:  <CAOfEmZjPtAmkHY13TfcWF%2BtdYx9x5F0kt48XokFxojpPhhWE1w@mail.gmail.com>
In-Reply-To: <201512311055.tBVAtpLE065587@repo.freebsd.org>
References:  <201512311055.tBVAtpLE065587@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
2015-12-31 18:55 GMT+08:00 Bjoern A. Zeeb <bz@freebsd.org>:

> Author: bz
> Date: Thu Dec 31 10:55:50 2015
> New Revision: 292982
> URL: https://svnweb.freebsd.org/changeset/base/292982
>
> Log:
>   Remove unused variable after r292981 to unbreak the build.
>
> Modified:
>   head/usr.sbin/bhyve/bhyverun.c
>
> Modified: head/usr.sbin/bhyve/bhyverun.c
>
> ==============================================================================
> --- head/usr.sbin/bhyve/bhyverun.c      Thu Dec 31 07:08:21 2015
> (r292981)
> +++ head/usr.sbin/bhyve/bhyverun.c      Thu Dec 31 10:55:50 2015
> (r292982)
> @@ -598,7 +598,7 @@ static vmexit_handler_t handler[VM_EXITC
>  static void
>  vm_loop(struct vmctx *ctx, int vcpu, uint64_t startrip)
>  {
> -       int error, rc, prevcpu;
> +       int error, rc;
>         enum vm_exitcode exitcode;
>         cpuset_t active_cpus;
>
> _______________________________________________
> svn-src-head@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"
>


Sorry and thank you!


Best,

-- 

-- 
Marcelo Araujo            (__)araujo@FreeBSD.org
\\\'',)http://www.FreeBSD.org <http://www.freebsd.org/>;   \/  \ ^
Power To Server.         .\. /_)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOfEmZjPtAmkHY13TfcWF%2BtdYx9x5F0kt48XokFxojpPhhWE1w>