From owner-svn-src-all@FreeBSD.ORG Thu Nov 6 16:20:05 2014 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 BA28E325; Thu, 6 Nov 2014 16:20:05 +0000 (UTC) Received: from mail.ipfw.ru (mail.ipfw.ru [IPv6:2a01:4f8:120:6141::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 79FA3384; Thu, 6 Nov 2014 16:20:05 +0000 (UTC) Received: from [2a02:6b8:0:401:222:4dff:fe50:cd2f] (helo=ptichko.yndx.net) by mail.ipfw.ru with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XmLmR-000Anr-EQ; Thu, 06 Nov 2014 16:03:11 +0400 Message-ID: <545B9F24.9060502@FreeBSD.org> Date: Thu, 06 Nov 2014 20:17:40 +0400 From: "Alexander V. Chernikov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Jan Beich Subject: Re: svn commit: r274177 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys References: <201411061439.sA6Ed4f4086315@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 06 Nov 2014 16:20:05 -0000 On 06.11.2014 19:09, Jan Beich wrote: > "Alexander V. Chernikov" writes: > >> Log: >> Finish r274118: remove useless fields from struct domain. > [...] >> Modified: head/sys/sys/domain.h >> ============================================================================== >> --- head/sys/sys/domain.h Thu Nov 6 13:13:47 2014 (r274176) >> +++ head/sys/sys/domain.h Thu Nov 6 14:39:04 2014 (r274177) >> @@ -60,8 +60,6 @@ struct domain { >> (void **, int); >> int (*dom_rtdetach) /* clean up routing table */ >> (void **, int); >> - int dom_rtoffset; /* an arg to rtattach, in bits */ >> - int dom_maxrtkey; /* for routing layer */ >> void *(*dom_ifattach)(struct ifnet *); >> void (*dom_ifdetach)(struct ifnet *, void *); >> int (*dom_ifmtu)(struct ifnet *); > It breaks build for options DDB, default in GENERIC on -CURRENT branch. Yes, this was fixed in r274178. Thanks for reporting! > > $ make buildkernel > ... > --- uipc_debug.o --- > sys/kern/uipc_debug.c:258:38: error: no member named 'dom_rtoffset' in 'struct domain' > db_printf("dom_rtoffset: %d ", d->dom_rtoffset); > ~ ^ > sys/kern/uipc_debug.c:259:37: error: no member named 'dom_maxrtkey' in 'struct domain' > db_printf("dom_maxrtkey: %d\n", d->dom_maxrtkey); > ~ ^ > > ------------------------------------------------- > > VFEmail.net - http://www.vfemail.net > ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! > $24.95 ONETIME Lifetime accounts with Privacy Features! > 15GB disk! No bandwidth quotas! > Commercial and Bulk Mail Options! > >