On Tue, Mar 12, 2002 at 09:02:15AM -0700, John Reynolds~ wrote:
> 
> it doesn't work for me either, however, I found the problem. There's a typo in
> the patch. The preproc boiler plate around the changes look like this:
> 
> #if (__FreeBSD_version > 50000 && __FreeBSD_version < 500031) || \
>     (__FreeBSD_version < 450001)
> 
> and should look like this:
> 
> #if (__FreeBSD_version > 500000 && __FreeBSD_version < 500031) || \
>     (__FreeBSD_version < 450001)
> 
> (notice 50000 -> 500000).
> 
> Josef, can you make this change and get this committed?

Done.  Thanks, Joe

Attachment: msg42427/pgp00000.pgp
Description: PGP signature

Reply via email to