freebsd-nq/sbin/restore
Jaakko Heinonen 9312d906aa - Handle short reads when the -P option is used. Short reads must be
handled when reading from pipes.
- Remove dead code related to the -P option from getvol(). pipein and
  pipecmdin are never set at the same time.

PR:		bin/121502
Approved by:	trasz (mentor)
MFC after:	2 weeks
2010-01-29 10:04:00 +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
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
restore.c
restore.h
symtab.c
tape.c - Handle short reads when the -P option is used. Short reads must be 2010-01-29 10:04:00 +00:00
utilities.c