1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/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 Silence non-constant format string warnings by marking functions 2001-08-19 08:19:37 +00:00
interactive.c Stop restore from looping under certain error conditions. This 2000-12-12 12:04:02 +00:00
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 Include missing header files which define functions for which gcc has 2001-06-24 23:04:23 +00:00