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.
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"