]> Zhao Yanbai Git Server - minix.git/commit
A few aesthetic changes to make the minix port more acceptable
authorThomas Cort <tcort@minix3.org>
Thu, 9 Jun 2011 17:12:53 +0000 (17:12 +0000)
committerBen Gras <ben@minix3.org>
Thu, 9 Jun 2011 22:40:22 +0000 (00:40 +0200)
commit25d26d76fd0711f851bad77ee67ecf986b39f5ab
tree1438b4e4b10bf67db68a7da74eafa1984b18dfe0
parentb19820774e03c366925928bac684b5c065d007ac
A few aesthetic changes to make the minix port more acceptable
to upstream.

  - revert to upstream version of function prototypes for
    setting the uid and gid fields of the archive_entry.
  - move uid/gid overflow checks into header_common().
  - use archive_set_error() instead of fprintf() for getting
    error message text back to the main program.
lib/libarchive/archive_entry.c
lib/libarchive/archive_entry.h
lib/libarchive/archive_read_support_format_tar.c