tar: debug stat problems
authorBrett Gordon <beretta42@gmail.com>
Sat, 30 Mar 2019 20:28:47 +0000 (16:28 -0400)
committerBrett Gordon <beretta42@gmail.com>
Sat, 30 Mar 2019 20:28:47 +0000 (16:28 -0400)
commitda4f34c548a89cb51271829d3ddb839e82b98494
tree8e37828718d6befd868401cf35fb069e1032e784
parent62e05b552713bf5e5c945835adbfe63c50577bfc
tar: debug stat problems

* Don't report chown failure. (this would bombard non-priv users tty)
* We're storing too much of fuzix's stat.mode in tar header! (see
header.type)
* got to specify some sort of file mode with O_CREAT !
Applications/util/tar.c