freebsd-src/sbin/restore
Pedro F. Giffuni 0030ccd789 MFC r298901:
restore: promote some getfiles() parameters to size_t.

This is based on a change from OpenBSD:

  "Fix restore so that it can actually restore files larger than 4GB by
  changing the type of "size" to off_t in getfiles() plus little dependent
  type cleanup, from Daniel Lucq."

It is an important for machines with 32 bit longs.
While here unsign the flags, also from OpenBSD.

Obtained from:	OpenBSD (with changes)
2016-05-16 16:29:56 +00:00
..
dirs.c MFC r298901: 2016-05-16 16:29:56 +00:00
extern.h MFC r298901: 2016-05-16 16:29:56 +00:00
interactive.c
main.c MFC r298868, r298874: 2016-05-06 01:37:06 +00:00
Makefile
restore.8
restore.c
restore.h
symtab.c MFC r298868, r298874: 2016-05-06 01:37:06 +00:00
tape.c MFC r298901: 2016-05-16 16:29:56 +00:00
utilities.c