1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-18 23:42:00 +03:00
Files
gnulib/modules/copy-file
Jim Meyering 0f5a6cf4eb 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.
2008-06-26 07:58:28 +02:00

34 lines
313 B
Plaintext

Description:
Copying of files.
Files:
lib/copy-file.h
lib/copy-file.c
m4/copy-file.m4
Depends-on:
acl
binary-io
error
exit
full-write
gettext-h
open
safe-read
unistd
configure.ac:
gl_COPY_FILE
Makefile.am:
lib_SOURCES += copy-file.h copy-file.c
Include:
"copy-file.h"
License:
GPL
Maintainer:
Bruno Haible