Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/ffs remove opt_compat_netbsd.h, afaict it is no long...



details:   https://anonhg.NetBSD.org/src/rev/97731daf855f
branches:  trunk
changeset: 572228:97731daf855f
user:      dbj <dbj%NetBSD.org@localhost>
date:      Sun Dec 26 17:34:39 2004 +0000

description:
remove opt_compat_netbsd.h, afaict it is no longer needed.
i think it was previously used to pull in COMPAT_09 for ffs_statfs

diffstat:

 sys/ufs/ffs/ffs_vfsops.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r f6975092a076 -r 97731daf855f sys/ufs/ffs/ffs_vfsops.c
--- a/sys/ufs/ffs/ffs_vfsops.c  Sun Dec 26 16:57:09 2004 +0000
+++ b/sys/ufs/ffs/ffs_vfsops.c  Sun Dec 26 17:34:39 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs_vfsops.c,v 1.156 2004/11/21 19:21:51 jdolecek Exp $        */
+/*     $NetBSD: ffs_vfsops.c,v 1.157 2004/12/26 17:34:39 dbj Exp $     */
 
 /*
  * Copyright (c) 1989, 1991, 1993, 1994
@@ -32,12 +32,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.156 2004/11/21 19:21:51 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_vfsops.c,v 1.157 2004/12/26 17:34:39 dbj Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"
 #include "opt_quota.h"
-#include "opt_compat_netbsd.h"
 #include "opt_softdep.h"
 #endif
 



Home | Main Index | Thread Index | Old Index