Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs Remove stray #define of lfs_magic
details: https://anonhg.NetBSD.org/src/rev/4dbe37ecb96f
branches: trunk
changeset: 341028:4dbe37ecb96f
user: dholland <dholland%NetBSD.org@localhost>
date: Thu Oct 15 06:24:21 2015 +0000
description:
Remove stray #define of lfs_magic
(the last of the fake superblock structure field macros)
diffstat:
sys/ufs/lfs/lfs_accessors.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 7937ce5cd051 -r 4dbe37ecb96f sys/ufs/lfs/lfs_accessors.h
--- a/sys/ufs/lfs/lfs_accessors.h Thu Oct 15 06:24:08 2015 +0000
+++ b/sys/ufs/lfs/lfs_accessors.h Thu Oct 15 06:24:21 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_accessors.h,v 1.37 2015/10/10 22:33:44 dholland Exp $ */
+/* $NetBSD: lfs_accessors.h,v 1.38 2015/10/15 06:24:21 dholland Exp $ */
/* from NetBSD: lfs.h,v 1.165 2015/07/24 06:59:32 dholland Exp */
/* from NetBSD: dinode.h,v 1.22 2013/01/22 09:39:18 dholland Exp */
@@ -1166,7 +1166,6 @@
} \
}
-#define lfs_magic lfs_dlfs.dlfs_magic
LFS_DEF_SB_ACCESSOR(u_int32_t, version);
LFS_DEF_SB_ACCESSOR_FULL(u_int64_t, u_int32_t, size);
LFS_DEF_SB_ACCESSOR(u_int32_t, ssize);
Home |
Main Index |
Thread Index |
Old Index