freebsd-dev/sbin/dump
Matthew Dillon 788bbd2d61 deltat declared time_t, msg("") call used %d (assumed time_t == int).
Changed deltat to be an int (result of delta time calculation).

MFC after:	1 day
2001-10-28 06:13:47 +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 Add include of errno.h where needed, remove extern int errno where not. 2000-04-14 06:15:01 +00:00
itime.c Remove two lint directives that aren't needed since rev 1.5. 2001-03-30 16:51:51 +00:00
main.c SECURITY. 2001-09-05 15:37:01 +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 Use \a instead of \007 for making noise. 2001-01-28 21:21:37 +00:00
traverse.c Convert two instances of a lseek()+read() combination to a pread(). 2001-07-01 04:46:20 +00:00
unctime.c Don't reinvent the wheel; use strptime(3). 2001-09-04 16:17:17 +00:00