"Alexander V. Chernikov" <melif...@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.

$ 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!  
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to