svn commit: r297077 - in stable/10: cddl/contrib/opensolaris/cmd/dtrace cddl/contrib/opensolaris/cmd/lockstat cddl/contrib/opensolaris/cmd/mdb/tools/common cddl/contrib/opensolaris/cmd/plockstat cd...

Pedro Giffuni pfg at FreeBSD.org
Sun Mar 20 20:33:29 UTC 2016


On 20/03/2016  15:00, Alexander Motin wrote:
> Author: mav
> Date: Sun Mar 20 20:00:25 2016
> New Revision: 297077
> URL: https://svnweb.freebsd.org/changeset/base/297077
>
> Log:
>    MFC r277300 (by smh): Mechanically convert cddl sun #ifdef's to illumos
>    
>    Since the upstream for cddl code is now illumos not sun, mechanically
>    convert all sun #ifdef's to illumos #ifdef's which have been used in all
>    newer code for some time.
>    
>    Also do a manual pass to correct the use if #ifdef comments as per style(9)
>    as well as few uses of #if defined(__FreeBSD__) vs #ifndef illumos.
>
> Modified:
>    stable/10/cddl/contrib/opensolaris/cmd/dtrace/dtrace.c
>    stable/10/cddl/contrib/opensolaris/cmd/lockstat/lockstat.c
>    ...

Nice, this reminds me ...

We should probably also
svn mv cddl/contrib/opensolaris cddl/contrib/illumos (new path is shorter)
and
svn rm ~/vendor/opensolaris (to avoid confusion)

I find myself too lazy to figure out the build path updates though, and
MFCs would become "interesting" ;).

Pedro.



More information about the svn-src-all mailing list