Continuing the effort started in r343701, #ifdef cleanup, remove

never to be used again checks.

MFC after:	1 week
This commit is contained in:
Cy Schubert 2020-09-27 18:39:09 +00:00
parent 4abea760e7
commit 2e93aaa766
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366202

View File

@ -27,7 +27,7 @@ typedef int boolean_t;
# endif
# define _KERNEL
# define KERNEL
# if !defined(solaris) && !defined(linux) && !defined(__sgi) && !defined(hpux)
# if !defined(solaris)
# include <sys/file.h>
# else
# ifdef solaris