build fix

This commit is contained in:
manu 2005-10-31 17:58:07 +00:00
parent 8f1498a599
commit 5d2a593dcd
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux_commons.c,v 1.1 2005/05/03 16:26:30 manu Exp $ */
/* $NetBSD: linux_commons.c,v 1.2 2005/10/31 17:58:07 manu Exp $ */
/*
* This file includes C files from the common
@ -13,7 +13,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.1 2005/05/03 16:26:30 manu Exp $");
__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"
@ -34,4 +34,3 @@ __KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.1 2005/05/03 16:26:30 manu Exp $
#include "../../common/linux_misc_notalpha.c"
#include "../../common/linux_sig_notalpha.c"
#include "../../common/linux_sigaction.c"
#include "../../common/linux_uselib.c"