freebsd-src/sbin/dump
Kirk McKusick aa90fbed15 Standardize the definition of a UFS dinode.
Each program that operates on UFS on-disk inodes defines its own
version of a dinode. They all (of necessity) define the same
layout but use different names. This change adds a definition of
a dinode (a union of a UFS1 on-disk inode and a UFS2 on-disk inode)
as well as a dinodep (a union of a pointer to a UFS1 on-disk inode
and a pointer to a UFS2 on-disk inode) in sys/ufs/ufs/dinode.h.
It then deletes the definitions of dinode and dinodep in all the
programs that operate on them and instead uses these standard
definitions.

No functional change intended.

MFC-after: 1 week
2025-01-27 17:39:45 -08:00
..
cache.c
dump.8 sbin: Remove ancient SCCS tags. 2023-11-26 22:23:29 -07:00
dump.h dump(8): Fix typo in comment 2024-02-13 12:30:30 +08:00
dumprmt.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
itime.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
main.c Remove copyright strings ifdef'd out 2023-11-26 22:23:58 -07:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend
optr.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
pathnames.h sbin: Remove ancient SCCS tags. 2023-11-26 22:23:29 -07:00
tape.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
traverse.c Standardize the definition of a UFS dinode. 2025-01-27 17:39:45 -08:00
unctime.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00