Re: cvs commit: src UPDATING src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/contrib/ipfilter/netinet ip_fil.c ip_fil.h ...

[ Available lists | Index of cvs-all | Month of Sep 2004 | Week of 22 Sep 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Andre Oppermann <andre@freebsd.org>
Date
22 Sep 2004 19:51:16
Subject
Re: cvs commit: src UPDATING src/share/man/man4 ipfirewall.4 src/share/man/man9 pfil.9 src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/conf NOTES files options src/sys/contrib/ipfilter/netinet ip_fil.c ip_fil.h ...
Message-ID
4151D7BE.BA09DB93@freebsd.org


[ Hide this part ]
Ceri Davies wrote:
>
> On Wed, Sep 22, 2004 at 07:23:39PM +0000, Andre Oppermann wrote:
>
> > Log:
> > MFC: Make PFIL_HOOKS a permanent part of the kernel and remove the associated
> > kernel compile option.
>
> Great!
>
> > | @@ -55,7 +55,7 @@
> > | * scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
> > | */
> > | #undef __FreeBSD_version
> > | -#define __FreeBSD_version 503000 /* Master, propagated to newvers */
> > | +#define __FreeBSD_version 503001 /* Master, propagated to newvers */
>
> This means that 5.3-RELEASE will carry __FreeBSD_version == 503001,
> which seems pretty non-standard. What do we now document 503000 as?

Good question... didn't think about it. Ok, it's only used in place and
that one didn't do a check before at all. So I can revert it and test
against 503000.

Thanks for pointing this out!

--
Andre


Elapsed time: 0.390 seconds