PERFORCE change 145786 for review

Julian Elischer julian at elischer.org
Thu Jul 24 15:27:56 UTC 2008


Marko Zec wrote:
> http://perforce.freebsd.org/chv.cgi?CH=145786
> 
> Change 145786 by zec at zec_tpx32 on 2008/07/24 10:49:55
> 
> 	Unbreak LINT + nooptions INET6 + nooptions SCTP build.
> 
> Affected files ...
> 
> .. //depot/projects/vimage-commit/src/sys/dev/lmc/if_lmc.c#3 edit
> .. //depot/projects/vimage-commit2/src/sys/dev/lmc/if_lmc.c#3 edit
> .. //depot/projects/vimage-commit3/src/sys/dev/lmc/if_lmc.c#3 edit
> 


heh 3 branches., 1 commit :-)

> Differences ...
> 
> ==== //depot/projects/vimage-commit/src/sys/dev/lmc/if_lmc.c#3 (text+ko) ====
> 
> @@ -83,6 +83,12 @@
>  # ifndef NETGRAPH
>  #  define NETGRAPH 0
>  # endif
> +# ifndef INET
> +#  define INET 0
> +# endif
> +# ifndef INET6
> +#  define INET6 0
> +# endif
>  # define  P2P 0		/* not in FreeBSD */
>  # if (__FreeBSD_version >= 500000)
>  #  define NSPPP 1	/* No count devices in FreeBSD 5 */
> 
> ==== //depot/projects/vimage-commit2/src/sys/dev/lmc/if_lmc.c#3 (text+ko) ====
> 
> @@ -83,6 +83,12 @@
>  # ifndef NETGRAPH
>  #  define NETGRAPH 0
>  # endif
> +# ifndef INET
> +#  define INET 0
> +# endif
> +# ifndef INET6
> +#  define INET6 0
> +# endif
>  # define  P2P 0		/* not in FreeBSD */
>  # if (__FreeBSD_version >= 500000)
>  #  define NSPPP 1	/* No count devices in FreeBSD 5 */
> 
> ==== //depot/projects/vimage-commit3/src/sys/dev/lmc/if_lmc.c#3 (text+ko) ====
> 
> @@ -83,6 +83,12 @@
>  # ifndef NETGRAPH
>  #  define NETGRAPH 0
>  # endif
> +# ifndef INET
> +#  define INET 0
> +# endif
> +# ifndef INET6
> +#  define INET6 0
> +# endif
>  # define  P2P 0		/* not in FreeBSD */
>  # if (__FreeBSD_version >= 500000)
>  #  define NSPPP 1	/* No count devices in FreeBSD 5 */



More information about the p4-projects mailing list