Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Don't generate unused fs_thefs.h headers.
details: https://anonhg.NetBSD.org/src/rev/20959625fbd8
branches: trunk
changeset: 752627:20959625fbd8
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Mar 02 16:43:48 2010 +0000
description:
Don't generate unused fs_thefs.h headers.
diffstat:
sys/coda/files.coda | 4 ++--
sys/fs/nilfs/files.nilfs | 4 ++--
sys/fs/ntfs/files.ntfs | 4 ++--
sys/fs/ptyfs/files.ptyfs | 4 ++--
sys/fs/tmpfs/files.tmpfs | 4 ++--
sys/fs/udf/files.udf | 4 ++--
sys/fs/union/files.union | 4 ++--
sys/fs/unionfs/files.unionfs | 4 ++--
sys/rump/librump/rumpkern/opt/fs_ffs.h | 3 ---
sys/rump/librump/rumpkern/opt/fs_union.h | 1 -
sys/ufs/files.ufs | 4 ++--
11 files changed, 18 insertions(+), 22 deletions(-)
diffs (120 lines):
diff -r a9fd9a24d784 -r 20959625fbd8 sys/coda/files.coda
--- a/sys/coda/files.coda Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/coda/files.coda Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.coda,v 1.5 2005/12/11 12:19:50 christos Exp $
+# $NetBSD: files.coda,v 1.6 2010/03/02 16:43:48 pooka Exp $
-deffs fs_coda.h CODA
+deffs CODA
file coda/coda_namecache.c coda
file coda/coda_subr.c coda
diff -r a9fd9a24d784 -r 20959625fbd8 sys/fs/nilfs/files.nilfs
--- a/sys/fs/nilfs/files.nilfs Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/fs/nilfs/files.nilfs Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.nilfs,v 1.1 2009/07/18 16:31:42 reinoud Exp $
+# $NetBSD: files.nilfs,v 1.2 2010/03/02 16:43:48 pooka Exp $
-deffs fs_nilfs.h NILFS
+deffs NILFS
file fs/nilfs/nilfs_vfsops.c nilfs
file fs/nilfs/nilfs_vnops.c nilfs
diff -r a9fd9a24d784 -r 20959625fbd8 sys/fs/ntfs/files.ntfs
--- a/sys/fs/ntfs/files.ntfs Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/fs/ntfs/files.ntfs Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.ntfs,v 1.1 2002/12/23 17:38:31 jdolecek Exp $
+# $NetBSD: files.ntfs,v 1.2 2010/03/02 16:43:48 pooka Exp $
-deffs fs_ntfs.h NTFS
+deffs NTFS
defflag opt_ntfs.h NTFS_DEBUG
diff -r a9fd9a24d784 -r 20959625fbd8 sys/fs/ptyfs/files.ptyfs
--- a/sys/fs/ptyfs/files.ptyfs Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/fs/ptyfs/files.ptyfs Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.ptyfs,v 1.2 2005/12/11 12:24:29 christos Exp $
+# $NetBSD: files.ptyfs,v 1.3 2010/03/02 16:43:48 pooka Exp $
-deffs fs_ptyfs.h PTYFS # XXX
+deffs PTYFS
file fs/ptyfs/ptyfs_subr.c ptyfs
file fs/ptyfs/ptyfs_vfsops.c ptyfs
diff -r a9fd9a24d784 -r 20959625fbd8 sys/fs/tmpfs/files.tmpfs
--- a/sys/fs/tmpfs/files.tmpfs Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/fs/tmpfs/files.tmpfs Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.tmpfs,v 1.2 2005/12/11 12:24:29 christos Exp $
+# $NetBSD: files.tmpfs,v 1.3 2010/03/02 16:43:48 pooka Exp $
-deffs fs_tmpfs.h TMPFS
+deffs TMPFS
file fs/tmpfs/tmpfs_fifoops.c tmpfs
file fs/tmpfs/tmpfs_pool.c tmpfs
diff -r a9fd9a24d784 -r 20959625fbd8 sys/fs/udf/files.udf
--- a/sys/fs/udf/files.udf Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/fs/udf/files.udf Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.udf,v 1.3 2008/08/29 15:04:18 reinoud Exp $
+# $NetBSD: files.udf,v 1.4 2010/03/02 16:43:48 pooka Exp $
-deffs fs_udf.h UDF
+deffs UDF
file fs/udf/udf_osta.c udf
file fs/udf/udf_vfsops.c udf
diff -r a9fd9a24d784 -r 20959625fbd8 sys/fs/union/files.union
--- a/sys/fs/union/files.union Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/fs/union/files.union Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.union,v 1.1 2003/03/16 08:26:50 jdolecek Exp $
+# $NetBSD: files.union,v 1.2 2010/03/02 16:43:48 pooka Exp $
-deffs fs_union.h UNION
+deffs UNION
file fs/union/union_subr.c union
file fs/union/union_vfsops.c union
diff -r a9fd9a24d784 -r 20959625fbd8 sys/fs/unionfs/files.unionfs
--- a/sys/fs/unionfs/files.unionfs Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/fs/unionfs/files.unionfs Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.unionfs,v 1.1 2008/02/18 16:44:22 ad Exp $
+# $NetBSD: files.unionfs,v 1.2 2010/03/02 16:43:48 pooka Exp $
-deffs fs_unionfs.h UNIONFS
+deffs UNIONFS
file fs/unionfs/unionfs_subr.c unionfs
file fs/unionfs/unionfs_vfsops.c unionfs
diff -r a9fd9a24d784 -r 20959625fbd8 sys/rump/librump/rumpkern/opt/fs_ffs.h
--- a/sys/rump/librump/rumpkern/opt/fs_ffs.h Tue Mar 02 16:19:13 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* $NetBSD: fs_ffs.h,v 1.2 2007/08/26 23:53:24 pooka Exp $ */
-
-#define FFS
diff -r a9fd9a24d784 -r 20959625fbd8 sys/rump/librump/rumpkern/opt/fs_union.h
--- a/sys/rump/librump/rumpkern/opt/fs_union.h Tue Mar 02 16:19:13 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-/* $NetBSD: fs_union.h,v 1.1 2007/08/13 13:57:21 pooka Exp $ */
diff -r a9fd9a24d784 -r 20959625fbd8 sys/ufs/files.ufs
--- a/sys/ufs/files.ufs Tue Mar 02 16:19:13 2010 +0000
+++ b/sys/ufs/files.ufs Tue Mar 02 16:43:48 2010 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: files.ufs,v 1.20 2010/03/02 15:18:22 pooka Exp $
+# $NetBSD: files.ufs,v 1.21 2010/03/02 16:43:48 pooka Exp $
-deffs fs_ffs.h FFS
+deffs FFS
deffs EXT2FS
deffs fs_mfs.h MFS # XXX
deffs fs_lfs.h LFS # XXX
Home |
Main Index |
Thread Index |
Old Index