K 10 svn:author V 6 archie K 8 svn:date V 27 1999-12-02T23:43:08.000000Z K 7 svn:log V 576 When specifying additiona user-specified kernel compilation source files in a 'files.XXX' file, config allows non-FreeBSD source files with the same name as a FreeBSD source file to override the latter, and in this situation it issues a warning. However, if one of the user-specified files is actually a FreeBSD source file (perhaps your kernel has some custom option that requires that file), config mistakenly thinks it's a completely new file and goes ahead and overrides all previous information for that file (and issues the warning). Fix this. With help from: julian END