1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-17 12:41:05 +03:00
Files
gnulib/modules/copy-file
Bruno Haible 646fc68126 copy-file: Refactor.
* lib/copy-file.c: Include quote.h.
(copy_file_preserving): Call qcopy_acl instead of copy_acl. Emit error
message here.
* modules/copy-file (Depends-on): Add quote.
2012-01-12 01:36:45 +01:00

37 lines
334 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
fstat
full-write
gettext-h
open
quote
safe-read
stdlib
unistd
xalloc
configure.ac:
gl_COPY_FILE
Makefile.am:
lib_SOURCES += copy-file.h copy-file.c
Include:
"copy-file.h"
License:
GPL
Maintainer:
Bruno Haible