Subject: Re: kern/25226: serious compat problem when mount_msdos calls mount(2)
To: None <toddpw@netbsd.org>
From: Todd Vierling <tv@duh.org>
List: netbsd-bugs
Date: 04/21/2004 11:12:18
On Sun, 18 Apr 2004 toddpw@netbsd.org wrote:

: +	 * XXX - unversioned check is technically COMPAT_anythingbefore2.0

COMPAT_16.

It is explicitly documented that any COMPAT_ option requires setting all
COMPAT_ options which follow it.  So COMPAT_14 requires COMPAT_15 and
COMPAT_16; thus you need only check for COMPAT_16.

-- 
-- Todd Vierling <tv@duh.org> <tv@pobox.com>