Subject: New kernel: use COMPAT_12
To: None <current-users@NetBSD.ORG>
From: Frank van der Linden <frank@wins.uva.nl>
List: current-users
Date: 10/12/1997 12:57:28
Unfortunately, I forgot to mention this in my previous mail:

	Use the COMPAT_12 option when you are building a new kernel
	and are running a system that was update previous to 10/10.

If you don't, all old, statically linked binaries that use directory(3)
functions will get a 'bad system call' error. Dynamically linked binaries
should work fine either way.

- Frank