diff options
| author | pooka <pooka@NetBSD.org> | 2010-03-02 15:46:19 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-03-02 15:46:19 +0000 |
| commit | a9b0264ca75ea81efe2e4a2acd1ac984db45b667 (patch) | |
| tree | e96b969099fd0d99eef03058c313fca33ee24220 /sys/compat/linux | |
| parent | 2e6110dc37cc59079a5a228e7d1f39d54a8ee7af (diff) | |
Nuke fs_lfs.h included for unknown reasons (if there was a reason
other than "accident", i hereby declare that reason invalid)
Diffstat (limited to 'sys/compat/linux')
| -rw-r--r-- | sys/compat/linux/arch/amd64/linux_commons.c | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/arm/linux_commons.c | 5 | ||||
| -rw-r--r-- | sys/compat/linux/arch/i386/linux_commons.c | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/sys/compat/linux/arch/amd64/linux_commons.c b/sys/compat/linux/arch/amd64/linux_commons.c index b030f6d501c..b5980b86dad 100644 --- a/sys/compat/linux/arch/amd64/linux_commons.c +++ b/sys/compat/linux/arch/amd64/linux_commons.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_commons.c,v 1.9 2008/11/19 18:36:03 ad Exp $ */ +/* $NetBSD: linux_commons.c,v 1.10 2010/03/02 15:46:19 pooka Exp $ */ /* * This file includes C files from the common @@ -13,11 +13,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.9 2008/11/19 18:36:03 ad Exp $"); +__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.10 2010/03/02 15:46:19 pooka Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" -#include "fs_lfs.h" #endif #include <sys/param.h> diff --git a/sys/compat/linux/arch/arm/linux_commons.c b/sys/compat/linux/arch/arm/linux_commons.c index f97ab950911..dc9a5291505 100644 --- a/sys/compat/linux/arch/arm/linux_commons.c +++ b/sys/compat/linux/arch/arm/linux_commons.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_commons.c,v 1.8 2008/11/19 18:36:03 ad Exp $ */ +/* $NetBSD: linux_commons.c,v 1.9 2010/03/02 15:46:19 pooka Exp $ */ /* * This file includes C files from the common @@ -13,11 +13,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.8 2008/11/19 18:36:03 ad Exp $"); +__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.9 2010/03/02 15:46:19 pooka Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" -#include "fs_lfs.h" #endif #include <sys/param.h> diff --git a/sys/compat/linux/arch/i386/linux_commons.c b/sys/compat/linux/arch/i386/linux_commons.c index 5bc4850e24f..9e9143b7127 100644 --- a/sys/compat/linux/arch/i386/linux_commons.c +++ b/sys/compat/linux/arch/i386/linux_commons.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_commons.c,v 1.13 2008/11/19 18:36:03 ad Exp $ */ +/* $NetBSD: linux_commons.c,v 1.14 2010/03/02 15:46:19 pooka Exp $ */ /* * This file includes C files from the common @@ -13,11 +13,10 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.13 2008/11/19 18:36:03 ad Exp $"); +__KERNEL_RCSID(1, "$NetBSD: linux_commons.c,v 1.14 2010/03/02 15:46:19 pooka Exp $"); #if defined(_KERNEL_OPT) #include "opt_sysv.h" -#include "fs_lfs.h" #endif #include <sys/param.h> |
