Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/ufs scortch ufs_vnops.c cargo cult headers



details:   https://anonhg.NetBSD.org/src/rev/c05549519f37
branches:  trunk
changeset: 752617:c05549519f37
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Mar 02 14:45:55 2010 +0000

description:
scortch ufs_vnops.c cargo cult headers

diffstat:

 sys/ufs/ufs/ufs_wapbl.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r cdfc18c24771 -r c05549519f37 sys/ufs/ufs/ufs_wapbl.c
--- a/sys/ufs/ufs/ufs_wapbl.c   Tue Mar 02 14:23:39 2010 +0000
+++ b/sys/ufs/ufs/ufs_wapbl.c   Tue Mar 02 14:45:55 2010 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: ufs_wapbl.c,v 1.7 2009/04/06 14:09:57 pooka Exp $ */
+/*  $NetBSD: ufs_wapbl.c,v 1.8 2010/03/02 14:45:55 pooka Exp $ */
 
 /*-
  * Copyright (c) 2003,2006,2008 The NetBSD Foundation, Inc.
@@ -66,12 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ufs_wapbl.c,v 1.7 2009/04/06 14:09:57 pooka Exp $");
-
-#if defined(_KERNEL_OPT)
-#include "opt_quota.h"
-#include "fs_lfs.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: ufs_wapbl.c,v 1.8 2010/03/02 14:45:55 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index