svn commit: r274177 - in head: share/man/man9 sys/net sys/netinet sys/netinet6 sys/sys

Alexander V. Chernikov melifaro at FreeBSD.org
Thu Nov 6 16:20:05 UTC 2014


On 06.11.2014 19:09, Jan Beich wrote:
> "Alexander V. Chernikov" <melifaro at FreeBSD.org> 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!
>
>



More information about the svn-src-all mailing list