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:
File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
Files:
lib/fcntl--.h
lib/creat-safer.c
lib/fcntl-safer.h
lib/open-safer.c
m4/fcntl-safer.m4
Depends-on:
open
unistd-safer
configure.ac:
gl_FCNTL_SAFER
gl_MODULE_INDICATOR([fcntl-safer])
Makefile.am:
Include:
"fcntl-safer.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering