annotate modules/gnupload @ 14730:f0a9a2cd267c
fclose: preserve fflush errors
Caught by gcc -Werror=unused-but-set-variable.
* lib/fclose.c (rpl_fclose): Don't lose fflush errors.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <eblake@redhat.com>
author |
Eric Blake <eblake@redhat.com> |
date |
Wed, 11 May 2011 11:35:06 -0600 |
parents |
e8fe34306afa |
children |
|
rev |
line source |
7178
|
1 Description: |
|
2 Upload PGP signed files to gnu.org. |
|
3 See http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html |
|
4 for more information. |
|
5 |
|
6 Files: |
|
7 build-aux/gnupload |
|
8 |
|
9 Depends-on: |
|
10 |
|
11 configure.ac: |
|
12 |
|
13 Makefile.am: |
|
14 |
|
15 Include: |
|
16 |
|
17 License: |
|
18 GPLed build tool |
|
19 |
|
20 Maintainer: |
|
21 coreutils |