1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00
freebsd/sbin/dump
Matthew Dillon 5b3817c60b Make the protocol/dumprestore.h header match restore's idea of the dump
header for the case where sizeof(time_t) != sizeof(int).  dumprestore.h
was embedding time_t when it should have been embedding int32_t.

Use time_to_time32() and time32_to_time() to convert between the
protocoll/file-format time and time_t.
2001-10-28 20:01:38 +00:00
..
dump.8 Sort options in DESCRIPTION. 2001-07-15 14:00:19 +00:00
dump.h SECURITY. 2001-09-05 15:37:01 +00:00
dumprmt.c
itime.c Make the protocol/dumprestore.h header match restore's idea of the dump 2001-10-28 20:01:38 +00:00
main.c Make the protocol/dumprestore.h header match restore's idea of the dump 2001-10-28 20:01:38 +00:00
Makefile SECURITY. 2001-09-05 15:37:01 +00:00
optr.c deltat declared time_t, msg("") call used %d (assumed time_t == int). 2001-10-28 06:13:47 +00:00
pathnames.h SECURITY. 2001-09-05 15:37:01 +00:00
tape.c
traverse.c
unctime.c Don't reinvent the wheel; use strptime(3). 2001-09-04 16:17:17 +00:00