summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-12-01 11:01:41 -0800
committerJim Meyering <meyering@fb.com>2014-12-01 11:07:16 -0800
commit383efa5436d98f3eec6ad6f37b52013cee0a14b9 (patch)
tree22c4c59364f1d8a72a1f48ec8f50f9d2fc0d2f64 /lib
parent671770af8b0aa7829b1e7a032f16e9cced5d00a8 (diff)
downloadsed-383efa5436d98f3eec6ad6f37b52013cee0a14b9.tar.gz
build: avoid warning about unused fchown result
* sed/execute.c: Include "ignore-value.h". (closedown): Explicitly ignore fchown return value. * bootstrap.conf (gnulib_modules): Add ignore-value. * lib/.gitignore: Ignore the new .h file. * .gitignore: Ignore all **~ backup files.
Diffstat (limited to 'lib')
-rw-r--r--lib/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/.gitignore b/lib/.gitignore
index 95015bc..5920eb0 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -208,3 +208,4 @@ xstrndup.c
xstrndup.h
/progname.c
/progname.h
+/ignore-value.h