From owner-freebsd-stable@FreeBSD.ORG Tue Sep 16 20:04:05 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B70BB1065682 for ; Tue, 16 Sep 2008 20:04:05 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 6FB118FC15 for ; Tue, 16 Sep 2008 20:04:05 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so873722ywe.13 for ; Tue, 16 Sep 2008 13:04:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=RFCTuz580EhhR9z0/OFaLNr687xYqRcjDbbC3T38cMQ=; b=GbWWK/BKDHPcGgtoVsvk28uhTSTfugyy7dJhK5jDqMQsK8VNMWq1L1Hm4Mc73sV9b7 7fZpz1cOHJdYs5tUXCTxwv+0x/F4tItHezJiOot9SLZ/IIusgXvUVaV79keR0nAEQni5 Xp9xqOmdS0gZ0XrWsSI2M+DkJJoLZZ72kckhU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=KBMkYfvC7i8Oho3HT6TweaCEzpE5XjZ4FScR2wLVFUwEW7zQsy0mry4Ao3OUIbMPnG MwnuUe4RxDKDyh4unwKQv3fvJALnSoDz/oPmuRZGkEpoz32vzLebVL8Y3+F0zcIfrNsh mXFV8n4br31uZ+3v/LZHryh7YFmY39713NFyg= Received: by 10.150.122.13 with SMTP id u13mr2129585ybc.66.1221595444500; Tue, 16 Sep 2008 13:04:04 -0700 (PDT) Received: by 10.151.11.21 with HTTP; Tue, 16 Sep 2008 13:04:04 -0700 (PDT) Message-ID: <8cb6106e0809161304if19ec1crf00be1da955fed54@mail.gmail.com> Date: Tue, 16 Sep 2008 16:04:04 -0400 From: "Josh Carroll" To: "Robert Watson" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8cb6106e0809160941m57b9aa9ehc21b5f92a396082b@mail.gmail.com> Cc: FreeBSD Stable Subject: Re: recent MFC of soreceive_dgram breaks kernels without INET6 option X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 20:04:05 -0000 > This was an oversight on my part -- none of our LINT build targets > (apparently) excludes INET6. It's fixed easily with an ifdef, and I've > received re@ approval to merge the fix, so it's in the tree as of about an > hour or two ago. If you experience continuing problems after a cvsup, > please let me know. Thanks Robert! I pulled down the new version via cvsweb.freebsd.org, since my cvsup mirror did not yet have the update. And the kernel is building properly now. Regards, Josh