Module Name:    src
Committed By:   pooka
Date:           Tue Mar  2 15:46:19 UTC 2010

Modified Files:
        src/sys/compat/linux/arch/amd64: linux_commons.c
        src/sys/compat/linux/arch/arm: linux_commons.c
        src/sys/compat/linux/arch/i386: linux_commons.c

Log Message:
Nuke fs_lfs.h included for unknown reasons (if there was a reason
other than "accident", i hereby declare that reason invalid)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/compat/linux/arch/amd64/linux_commons.c
cvs rdiff -u -r1.8 -r1.9 src/sys/compat/linux/arch/arm/linux_commons.c
cvs rdiff -u -r1.13 -r1.14 src/sys/compat/linux/arch/i386/linux_commons.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/linux/arch/amd64/linux_commons.c
diff -u src/sys/compat/linux/arch/amd64/linux_commons.c:1.9 src/sys/compat/linux/arch/amd64/linux_commons.c:1.10
--- src/sys/compat/linux/arch/amd64/linux_commons.c:1.9	Wed Nov 19 18:36:03 2008
+++ src/sys/compat/linux/arch/amd64/linux_commons.c	Tue Mar  2 15:46:19 2010
@@ -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>

Index: src/sys/compat/linux/arch/arm/linux_commons.c
diff -u src/sys/compat/linux/arch/arm/linux_commons.c:1.8 src/sys/compat/linux/arch/arm/linux_commons.c:1.9
--- src/sys/compat/linux/arch/arm/linux_commons.c:1.8	Wed Nov 19 18:36:03 2008
+++ src/sys/compat/linux/arch/arm/linux_commons.c	Tue Mar  2 15:46:19 2010
@@ -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>

Index: src/sys/compat/linux/arch/i386/linux_commons.c
diff -u src/sys/compat/linux/arch/i386/linux_commons.c:1.13 src/sys/compat/linux/arch/i386/linux_commons.c:1.14
--- src/sys/compat/linux/arch/i386/linux_commons.c:1.13	Wed Nov 19 18:36:03 2008
+++ src/sys/compat/linux/arch/i386/linux_commons.c	Tue Mar  2 15:46:19 2010
@@ -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>

Reply via email to