view modules/copy-file @ 17361:8c32877a40e6

copy-file, rpmatch: fix problems found by cppcheck Reported by Arno Onken in <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00069.html>. * lib/rpmatch.c (try): Fix memory leak. * lib/copy-file.c: Include "ignore-value.h". (qcopy_file_preserving): Ignore chown value. * modules/copy-file (Depends-on): Add ignore-value.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 19 Mar 2013 09:30:58 -0700
parents a9b070c205b2
children 1f14c6dd175d
line wrap: on
line source

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
ignore-value
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