Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch Nuke fs_lfs.h included for unknown rea...



details:   https://anonhg.NetBSD.org/src/rev/9d41a7d53c19
branches:  trunk
changeset: 752620:9d41a7d53c19
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 02 15:46:19 2010 +0000

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

diffstat:

 sys/compat/linux/arch/amd64/linux_commons.c |  5 ++---
 sys/compat/linux/arch/arm/linux_commons.c   |  5 ++---
 sys/compat/linux/arch/i386/linux_commons.c  |  5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diffs (66 lines):

diff -r 4e4dc7bbb23a -r 9d41a7d53c19 sys/compat/linux/arch/amd64/linux_commons.c
--- a/sys/compat/linux/arch/amd64/linux_commons.c       Tue Mar 02 15:18:22 2010 +0000
+++ b/sys/compat/linux/arch/amd64/linux_commons.c       Tue Mar 02 15:46:19 2010 +0000
@@ -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 -r 4e4dc7bbb23a -r 9d41a7d53c19 sys/compat/linux/arch/arm/linux_commons.c
--- a/sys/compat/linux/arch/arm/linux_commons.c Tue Mar 02 15:18:22 2010 +0000
+++ b/sys/compat/linux/arch/arm/linux_commons.c Tue Mar 02 15:46:19 2010 +0000
@@ -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 -r 4e4dc7bbb23a -r 9d41a7d53c19 sys/compat/linux/arch/i386/linux_commons.c
--- a/sys/compat/linux/arch/i386/linux_commons.c        Tue Mar 02 15:18:22 2010 +0000
+++ b/sys/compat/linux/arch/i386/linux_commons.c        Tue Mar 02 15:46:19 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index