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
debug.h
growfs.8
growfs.c Unbreak the build on strong-aligned architectures (arm, ia64). 2010-09-20 04:20:55 +00:00
Makefile