PERFORCE change 147542 for review

Marko Zec zec at freebsd.org
Sat Aug 16 22:15:49 UTC 2008


On Saturday 16 August 2008 18:41:11 Julian Elischer wrote:
> Marko Zec wrote:
> > http://perforce.freebsd.org/chv.cgi?CH=147542
> >
> > Change 147542 by zec at zec_tpx32 on 2008/08/16 14:07:48
> >
> > 	Diff redux against head.
> >
> > 	We should separately commit these few lines because if_lmc
> > 	won't compile with nooptions INET6, regardless on having
> > 	options VIMAGE on or off.
> >
> > Affected files ...
> >
> > .. //depot/projects/vimage-commit2/src/sys/dev/lmc/if_lmc.c#4 edit
> >
> > Differences ...
> >
> > ==== //depot/projects/vimage-commit2/src/sys/dev/lmc/if_lmc.c#4
> > (text+ko) ====
> >
> > @@ -83,12 +83,6 @@
> >  # 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 */
>
> is someone going to do this?

I will do - could be a nice first step into the svn world...

Marko



More information about the p4-projects mailing list