summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSteve Lord <lord@sgi.com>2002-07-12 21:24:23 +0000
committerSteve Lord <lord@sgi.com>2002-07-12 21:24:23 +0000
commit78dfdf592b400dd820fcc7b9008600a268fb8680 (patch)
tree6e1bd1fd4a4a39b93ba6193a10ccb8e613ed5e06 /tools
parent4a1fd88fab608459a96b33f2ab065d16e382c72f (diff)
white space cleanup
Diffstat (limited to 'tools')
-rwxr-xr-xtools/srcdiff3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/srcdiff b/tools/srcdiff
index 2754a691..5f43c916 100755
--- a/tools/srcdiff
+++ b/tools/srcdiff
@@ -57,7 +57,7 @@ my @difflist = qw(
xfs_inum.h xfs_log.h xfs_log_priv.h xfs_log_recover.h
xfs_mount.h xfs_quota.h xfs_rtalloc.h
xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h
- xfs_acl.h xfs_cap.h xfs_mac.h
+ xfs_fs.h xfs_acl.h xfs_cap.h xfs_mac.h
);
sub straightdiff {
@@ -84,7 +84,6 @@ print "\n=== Checking headers ===\n";
foreach (@difflist) {
straightdiff $_, 'cmd/xfsprogs/include', 'linux/fs/xfs';
}
-straightdiff 'xfs_fs.h', 'cmd/xfsprogs/include', 'linux/include/linux';
straightdiff 'dmapi_kern.h', 'cmd/dmapi/include', 'linux/include/linux';
straightdiff 'dmapi.h', 'cmd/dmapi/include', 'linux/include/linux';
straightdiff 'arch.h', 'cmd/xfsprogs/include', 'linux/fs/xfs/support';