freebsd-dev/sbin/restore
Jaakko Heinonen cca1b3aa87 - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"
in format strings.
- Use (void) instead of (void *) when discarding strcat(3) return value.
- Format string fixes to match variable types.
- Change canon() len parameter and getcmd() size parameter type from
  int to size_t.
- Style Makefile and increase WARNS to 2.

PR:		bin/140061
Submitted by:	uqs
Approved by:	trasz (mentor)
2010-01-29 10:00:42 +00:00
..
dirs.c - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" 2010-01-29 10:00:42 +00:00
extern.h - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" 2010-01-29 10:00:42 +00:00
interactive.c - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" 2010-01-29 10:00:42 +00:00
main.c Add a "-D" flag to restore which puts it into "degraded" mode. This 2006-12-05 11:18:51 +00:00
Makefile - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" 2010-01-29 10:00:42 +00:00
restore.8 Add a "-D" flag to restore which puts it into "degraded" mode. This 2006-12-05 11:18:51 +00:00
restore.c Add a "-D" flag to restore which puts it into "degraded" mode. This 2006-12-05 11:18:51 +00:00
restore.h Update the dump program to save extended attributes. Update 2007-02-26 08:15:56 +00:00
symtab.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00
tape.c - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd" 2010-01-29 10:00:42 +00:00
utilities.c Remove advertising clause from University of California Regent's license, 2004-04-09 19:58:40 +00:00