From owner-svn-src-all@FreeBSD.ORG Wed Feb 18 18:36:30 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00E42F99; Wed, 18 Feb 2015 18:36:29 +0000 (UTC) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtpout002.mac.com [17.172.220.237]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C027C275; Wed, 18 Feb 2015 18:36:29 +0000 (UTC) Received: from st11p02mm-spool001.mac.com ([17.172.220.246]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Dec 4 2014)) with ESMTP id <0NJZ00N0HD0Q1V60@st11p02mm-asmtp002.mac.com>; Wed, 18 Feb 2015 18:36:26 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.13.68,1.0.33,0.0.0000 definitions=2015-02-18_07:2015-02-18,2015-02-18,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1412110000 definitions=main-1502180193 MIME-version: 1.0 Received: from localhost ([17.172.220.163]) by st11p02mm-spool001.mac.com (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27 2014)) with ESMTP id <0NJZ008U7D0Q0D20@st11p02mm-spool001.mac.com>; Wed, 18 Feb 2015 18:36:26 +0000 (GMT) To: Steven Hartland From: Rui Paulo Subject: =?utf-8?B?UmU6IHN2biBjb21taXQ6IHIyNzczMDAgLSBpbiBoZWFkOiBjZGRsL2NvbnRy?= =?utf-8?B?aWIvb3BlbnNvbGFyaXMvY21kL2R0cmFjZSBjZGRsL2NvbnRyaWIvb3BlbnNv?= =?utf-8?B?bGFyaXMvY21kL2xvY2tzdGF0IGNkZGwvY29udHJpYi9vcGVuc29sYXJpcy9j?= =?utf-8?B?bWQvbWRiL3Rvb2xzL2NvbW1vbiBjZGRsL2NvbnRyaWIvb3BlbnNvbGFyaXMv?= =?utf-8?B?Y21kL3Bsb2Nrc3RhdCBjZGRsL2NvLi4u?= Date: Wed, 18 Feb 2015 18:36:26 +0000 (GMT) X-Mailer: iCloud MailClient15A99 MailServer15A.18175 X-Originating-IP: [12.218.212.178] Message-id: <5f8079b1-ae7d-4977-99f6-a8fd0f3f8252@me.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:36:30 -0000 On Jan 17, 2015, at 06:45 AM, Steven Hartland wrote:=0A=0A= Author: smh=0ADate: Sat Jan 17 14:44:59 2015=0ANew Revision: 277300=0AURL:= https://svnweb.freebsd.org/changeset/base/277300=0A=0ALog:=0AMechanically= convert cddl sun #ifdef's to illumos=0A=0ASince the upstream for cddl cod= e is now illumos not sun, mechanically=0Aconvert all sun #ifdef's to illum= os #ifdef's which have been used in all=0Anewer code for some time.=0A=0AA= lso do a manual pass to correct the use if #ifdef comments as per style(9)= =0Aas well as few uses of #if defined(__FreeBSD__) vs #ifndef illumos.=0A=C2= =A0=0AI had just convinced Mark=C2=A0Johnston to use "#ifdef __FreeBSD__" = instead of "#ifndef illumos". =C2=A0Is there a reason why we keep using #i= fndef ? =C2=A0To me, it's much easier to read #ifdef __FreeBSD__ than to n= ote whether theres an "n" in that pre-processor macro.=0A=0A=