Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/common fs_union.h is not used here anymore ... di...



details:   https://anonhg.NetBSD.org/src/rev/cdfc18c24771
branches:  trunk
changeset: 752616:cdfc18c24771
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 02 14:23:39 2010 +0000

description:
fs_union.h is not used here anymore ... diudau

diffstat:

 sys/compat/common/vfs_syscalls_43.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 420eba0724bc -r cdfc18c24771 sys/compat/common/vfs_syscalls_43.c
--- a/sys/compat/common/vfs_syscalls_43.c       Tue Mar 02 14:22:44 2010 +0000
+++ b/sys/compat/common/vfs_syscalls_43.c       Tue Mar 02 14:23:39 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_syscalls_43.c,v 1.51 2010/01/08 11:35:07 pooka Exp $       */
+/*     $NetBSD: vfs_syscalls_43.c,v 1.52 2010/03/02 14:23:39 pooka Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -37,11 +37,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls_43.c,v 1.51 2010/01/08 11:35:07 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls_43.c,v 1.52 2010/03/02 14:23:39 pooka Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
-#include "fs_union.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index