svn commit: r292982 - head/usr.sbin/bhyve

Marcelo Araujo araujobsdport at gmail.com
Thu Dec 31 11:02:59 UTC 2015


2015-12-31 18:55 GMT+08:00 Bjoern A. Zeeb <bz at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscribe at freebsd.org"
>


Sorry and thank you!


Best,

-- 

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


More information about the svn-src-all mailing list