freebsd-dev/usr.sbin/mtree
Robert Drehmel 0357726594 - Align the function prototype of the external `crc' function with
how `crc' is actually defined.
 - Remove an unnecessary `extern' variable declaration.
Data type corrections:
 - Define a variable which contains a file byte offset value as type
   off_t as required by the `crc' function.
 - Change the type of a variable carrying a CRC checksum from `u_long'
   to `uint32_t'.
 - Substitute the wrong `extern' variable declaration of `crc_total'
   by putting a correct one in the shared header extern.h.
   `crc_total' is defined as an `uint32_t', thus fixing
   incorrect mtree checksums on big-endian LP64 machines.
2003-03-13 23:35:30 +00:00
..
compare.c - Align the function prototype of the external `crc' function with 2003-03-13 23:35:30 +00:00
create.c - Align the function prototype of the external `crc' function with 2003-03-13 23:35:30 +00:00
excludes.c fixup for WARNS=4. 2002-07-11 18:42:53 +00:00
extern.h - Align the function prototype of the external `crc' function with 2003-03-13 23:35:30 +00:00
Makefile mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161). 2002-11-13 12:03:27 +00:00
misc.c fixup for WARNS=4. 2002-07-11 18:42:53 +00:00
mtree.8 Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
mtree.c - Align the function prototype of the external `crc' function with 2003-03-13 23:35:30 +00:00
mtree.h
spec.c de-__P() 2002-07-11 18:31:16 +00:00
verify.c - Align the function prototype of the external `crc' function with 2003-03-13 23:35:30 +00:00