On Wed, 27 Aug 2003, Alexandre Julliard wrote:
: > In general, this holds true with other applications on NetBSD. If a feature : > appears in the C headers, it is assumed to exist. The patch is in line with : > NetBSD's compatibility principles. : : Of course this implies that everybody builds all their apps from : source.
No, it implies that a built binary requires a kernel at least as new as the .h files used when building. This is NetBSD (and SysV and ...) standard practice, and is the foundation of how autoconf tests work.
The common practice of Linux users shuffling back and forth on kernel versions is a glaring exception to this common-sense rule. 8-)