Hash :
0f5a6cf4
Author :
Date :
2008-06-24T09:40:36
make several modules depend on the "open" module This provides slightly increased consistency when opening-for-write the name of a non-directory spelled with a trailing slash. * modules/chdir-safer: Likewise. * modules/chown: Likewise. * modules/clean-temp: Likewise. * modules/copy-file: Likewise. * modules/fchdir: Likewise. * modules/fcntl-safer: Likewise. * modules/pipe: Likewise. * modules/utime: Likewise. Prompted by Eric Blake and Bruno Haible.
Description:
chown() function: change ownership of a file, following symlinks.
Files:
lib/chown.c
lib/fchown-stub.c
m4/chown.m4
Depends-on:
open
unistd
sys_stat
configure.ac:
gl_FUNC_CHOWN
gl_UNISTD_MODULE_INDICATOR([chown])
Makefile.am:
Include:
<unistd.h>
License:
GPL
Maintainer:
Jim Meyering