Fix preprocessor conditional
authorGary Benson <gbenson@redhat.com>
Tue, 9 Jun 2015 09:02:25 +0000 (10:02 +0100)
committerGary Benson <gbenson@redhat.com>
Tue, 9 Jun 2015 09:12:11 +0000 (10:12 +0100)
commitecef18c564bd609aa7640564747b807bfe1632c6
tree5b6a7405f358a4841bdd5e5379446b27a1e5d6a0
parentf5316771bd0cf89578450be0460908beeef4dbb5
Fix preprocessor conditional

This commit fixes a typo in common/fileio.c where S_IWGRP was
misspelled as S_IWRGRP in a preprocessor conditional, causing
Host-I/O "vFile:fstat:" and File-I/O "Fstat" and "Ffstat"
responses to always indicate files were not group-writable
regardless of their actual status.
gdb/ChangeLog
gdb/common/fileio.c
This page took 0.026313 seconds and 4 git commands to generate.