freebsd-dev/sbin/restore
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
..
dirs.c Respect the -N flag when changing directory attributes in setdirmode). 2001-08-20 02:15:22 +00:00
extern.h
interactive.c
main.c Documentation fixes: 2001-10-02 08:24:37 +00:00
Makefile restore(8) doesn't need to be setgid `tty', and never did. 2001-08-30 09:18:55 +00:00
restore.8 Documentation fixes: 2001-10-02 08:24:37 +00:00
restore.c
restore.h
symtab.c
tape.c Make the protocol/dumprestore.h header match restore's idea of the dump 2001-10-28 20:01:38 +00:00
utilities.c