freebsd-dev/sbin/growfs
Marcel Moolenaar e29560acd7 Unbreak the build on strong-aligned architectures (arm, ia64).
Casting from (char *) to (struct ufs1_dinode *) changes the
alignment requirement of the pointer and GCC does not know that
the pointer is adequately aligned (due to malloc(3)), and warns
about it. Cast to (void *) first to by-pass the check.
2010-09-20 04:20:55 +00:00
..
debug.c Teach about new fields (cg_unrefs and fs_unrefs) and new FS_GJOURNAL flag. 2006-10-31 22:02:24 +00:00
debug.h
growfs.8 Sort sections. 2005-01-18 10:09:38 +00:00
growfs.c Unbreak the build on strong-aligned architectures (arm, ia64). 2010-09-20 04:20:55 +00:00
Makefile Switch the default WARNS level for sbin/ to 6. 2009-10-19 16:00:24 +00:00