Skip to content

Patch patch not to call chown

Ian Douglas Scott requested to merge ids1024:patch-chown into master

Redox doesn't seem to provide chown currently. I was just going to implement that, since it seems simple enough, but it required an extra argument, and thus a new value added to Packet, and when I tried that it seemed to break the ABI. That system call obviously needs to be added anyway, but this patch will make patch work for now (along with https://github.com/redox-os/redoxfs/pull/32 and https://github.com/redox-os/newlib/pull/55).

Merge request reports