freebsd-dev/sbin/dump
Ian Dowse 7680e41ce2 Oops, the previous revision (1.22) introduced a potential alignment
issue, since the MAXBSIZE-sized buffers are accessed as arrays of
block pointers, but were declared as char[] arrays. Use a union to
avoid this, which also makes a number of casts unnecessary.

Pointed out by:	bde
Reviewed by:		bde
2002-07-08 23:53:21 +00:00
..
dump.8 The .Nm utility 2002-07-06 19:34:18 +00:00
dump.h - Do not include <utmp.h> for no reason. 2002-07-08 09:02:02 +00:00
dumprmt.c o remove __P 2002-03-20 22:49:40 +00:00
itime.c Replace the use of %qd with intmax_t/%jd and fix a number of -Wall 2002-07-08 00:29:23 +00:00
main.c Replace the use of %qd with intmax_t/%jd and fix a number of -Wall 2002-07-08 00:29:23 +00:00
Makefile more file system > filesystem 2002-05-16 04:10:46 +00:00
optr.c - Do not include <utmp.h> for no reason. 2002-07-08 09:02:02 +00:00
pathnames.h Move _PATH_WALL from dump and shutdown's local pathnames.h to paths.h. 2002-05-17 11:47:12 +00:00
tape.c Replace the use of %qd with intmax_t/%jd and fix a number of -Wall 2002-07-08 00:29:23 +00:00
traverse.c Oops, the previous revision (1.22) introduced a potential alignment 2002-07-08 23:53:21 +00:00
unctime.c o remove __P 2002-03-20 22:49:40 +00:00