mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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.
37 lines
334 B
Plaintext
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
|