From owner-svn-src-all@FreeBSD.ORG Sun Jun 6 00:33:57 2010 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 655B11065674; Sun, 6 Jun 2010 00:33:57 +0000 (UTC) (envelope-from luigi@onelab2.iet.unipi.it) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 26A638FC08; Sun, 6 Jun 2010 00:33:56 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id 2284873098; Sun, 6 Jun 2010 02:44:29 +0200 (CEST) Date: Sun, 6 Jun 2010 02:44:29 +0200 From: Luigi Rizzo To: Randall Stewart Message-ID: <20100606004429.GC56080@onelab2.iet.unipi.it> References: <201006052139.o55LdrBK045695@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201006052139.o55LdrBK045695@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r208857 - head/sys/netinet X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 06 Jun 2010 00:33:57 -0000 On Sat, Jun 05, 2010 at 09:39:53PM +0000, Randall Stewart wrote: > Author: rrs > Date: Sat Jun 5 21:39:52 2010 > New Revision: 208857 > URL: http://svn.freebsd.org/changeset/base/208857 > > Log: > Purge out a Windows def that somehow slipped > past the scrubber. i wonder if it makes sense to scrub away the code for other OS. While I understand the rationale, seeing the whole code might have several advantages: - understand the constraints that other OS impose; - learn what APIs are available in other OS; - teach people how to write portable code; cheers luigi