]> git.ipfire.org Git - thirdparty/coreutils.git/commit
install: avoid a portability bug when compiling with non-gcc
authorJim Meyering <meyering@redhat.com>
Thu, 20 Aug 2009 08:36:30 +0000 (10:36 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 20 Aug 2009 08:46:22 +0000 (10:46 +0200)
commit3db7c2c03c4c6daf358925d1c585fcbb478fa25a
tree5215e77ae90374d9cf0318b53e64670170b74c2e
parenta70ac4ef3236afdd1e23e30c1094a2c3557d7c70
install: avoid a portability bug when compiling with non-gcc

* src/install.c (extra_mode): Be careful to return only a 0 or 1
value, since this is a "bool" function, and there are still some
compilers for which this is necessary.  Without this change,
Bernhard Voelker reported that the Forte Developer 7 C 5.4 2002/03/09
compiler would produce a malfunctioning "install" binary.  Details in
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/17710/focus=17760
src/install.c