/* $NetBSD: linux_commons.c,v 1.2 2005/10/31 17:58:07 manu Exp $ */ /* * This file includes C files from the common * area to decrese the number of files to compile * in order to make building a kernel go faster. * * Option headers and headers which depend on * certain options being set need to be included * here. This ensures that a header file sees * the options it needs even if one of included * C files doesn't use it. */ #include __KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.2 2005/10/31 17:58:07 manu Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" #include "opt_ktrace.h" #include "opt_nfsserver.h" #include "fs_nfs.h" #include "fs_lfs.h" #endif #include #include #include #include #include #include "../../common/linux_pipe.c" #include "../../common/linux_file64.c" #include "../../common/linux_misc_notalpha.c" #include "../../common/linux_sig_notalpha.c" #include "../../common/linux_sigaction.c"