Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2009 02:19:52 +0200
From:      Marko Zec <zec@freebsd.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   Re: PERFORCE change 167013 for review
Message-ID:  <200908050219.52389.zec@freebsd.org>
In-Reply-To: <4A78CAA6.1000006@elischer.org>
References:  <200908042304.n74N4OU1016516@repoman.freebsd.org> <4A78C1DC.9060008@elischer.org> <4A78CAA6.1000006@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 05 August 2009 01:56:22 Julian Elischer wrote:
> Julian Elischer wrote:
> > Marko Zec wrote:
> >> http://perforce.freebsd.org/chv.cgi?CH=167013
> >>
> >> Change 167013 by zec@zec_tpx32 on 2009/08/04 23:03:43
> >>
> >>     Unbreak nooptions VIMAGE build.
> >>
> >> Affected files ...
> >>
> >> .. //depot/projects/vimage-commit2/src/sys/rpc/rpc_generic.c#6 edit
> >>
> >> Differences ...
> >>
> >> ==== //depot/projects/vimage-commit2/src/sys/rpc/rpc_generic.c#6
> >> (text+ko) ====
> >>
> >> @@ -258,8 +258,13 @@
> >>          return 0;
> >>
> >>      so = NULL;
> >> +#ifndef VIMAGE
> >> +    error =  socreate(si.si_af, &so, si.si_socktype, si.si_proto,
> >> +        curthread->td_ucred, curthread);
> >> +#else
> >>      error =  socreate_vnet(si.si_af, &so, si.si_socktype, si.si_proto,
> >>          curthread->td_ucred, curthread, vnet0);
> >> +#endif
> >>
> >>      if (error)
> >>          return NULL;
> >
> > does your sent patch include this?
> > if not you might resend to all...
>
> don't worry, I see it does.. right at the beginning..

Yup I first fixed non-VIMAGE builds in a local svn copy, then moved those 
fixes back here to p4.

Marko




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908050219.52389.zec>