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 Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
main.c MFC r298868, r298874: 2016-05-06 01:37:06 +00:00
Makefile
restore.8 mdoc: move two sentences from synopsis to description (where they really 2012-05-23 15:06:13 +00:00
restore.c Fix sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:06 +00:00
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 Make sure that each va_start has one and only one matching va_end, 2012-05-29 01:48:06 +00:00