svn commit: r191827 - in head/sys: netgraph sys
Julian Elischer
julian at elischer.org
Wed May 6 00:27:00 UTC 2009
Marko Zec wrote:
> Author: zec
> Date: Tue May 5 16:26:06 2009
> New Revision: 191827
> URL: http://svn.freebsd.org/changeset/base/191827
>
> Log:
> Unbreak LINT build, caused by a change in struct ng_node layout introduced
> with r191816, which become uncovered only with NETGRAPH_DEBUG defined.
and the factthat Iwas flying to BSDCan.
retrospectively approved :-)
>
> NOT approved by mentor (julian) due to emergency.
>
> Modified:
> head/sys/netgraph/ng_base.c
> head/sys/sys/vimage.h
>
> Modified: head/sys/netgraph/ng_base.c
> ==============================================================================
> --- head/sys/netgraph/ng_base.c Tue May 5 15:41:30 2009 (r191826)
> +++ head/sys/netgraph/ng_base.c Tue May 5 16:26:06 2009 (r191827)
> @@ -138,6 +138,7 @@ struct ng_node ng_deadnode = {
> STAILQ_HEAD_INITIALIZER(ng_deadnode.nd_input_queue.queue),
> },
> 1, /* refs */
> + NULL, /* vnet */
> #ifdef NETGRAPH_DEBUG
> ND_MAGIC,
> __FILE__,
>
> Modified: head/sys/sys/vimage.h
> ==============================================================================
> --- head/sys/sys/vimage.h Tue May 5 15:41:30 2009 (r191826)
> +++ head/sys/sys/vimage.h Tue May 5 16:26:06 2009 (r191827)
> @@ -33,7 +33,6 @@
> #ifndef _SYS_VIMAGE_H_
> #define _SYS_VIMAGE_H_
>
> -#include <sys/proc.h>
> #include <sys/queue.h>
>
> #if defined(VIMAGE) && defined(VIMAGE_GLOBALS)
More information about the svn-src-head
mailing list