]> Zhao Yanbai Git Server - minix.git/commit
Added fchmod() and fchown()
authorBen Gras <ben@minix3.org>
Tue, 18 Apr 2006 11:26:04 +0000 (11:26 +0000)
committerBen Gras <ben@minix3.org>
Tue, 18 Apr 2006 11:26:04 +0000 (11:26 +0000)
commit461a4fafb1fc882b2de065325597355167f91bba
treeee72faa799417b5e9ca557680434d472b60a8c4f
parentb1e5779b1c113bbf7dc7e1c4cdb56ffb741b6004
Added fchmod() and fchown()
14 files changed:
include/minix/callnr.h
include/sys/stat.h
include/unistd.h
lib/posix/Makefile.in
lib/posix/_fchmod.c [new file with mode: 0755]
lib/posix/_fchown.c [new file with mode: 0755]
lib/syscall/Makefile.in
lib/syscall/fchmod.s [new file with mode: 0755]
lib/syscall/fchown.s [new file with mode: 0755]
man/man2/chmod.2
man/man2/chown.2
servers/fs/protect.c
servers/fs/table.c
servers/pm/table.c