maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol names
authorJim Meyering <meyering@redhat.com>
Fri, 26 Dec 2008 11:00:18 +0000 (12:00 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 26 Dec 2008 11:08:51 +0000 (12:08 +0100)
commit0c65638b0fe521a47e72f318edfb12c5b3b850f5
tree86c0cbef89f4047592ef382a15ad9f334909d10b
parent5c065bb0cb979dff21c474c0ff45b0c9013791d4
maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol names

* src/dd.c (O_FULLBLOCK): Use a more uniform initializer, that makes
it easier to extract all O_ symbol names.
* maint.mk (syntax-check-rules): Also search for sc_ rules in cfg.mk.
(sc_root_tests): Ensure that this rule sets $diff.
* cfg.mk (sc_dd_O_FLAGS): New rule.
cfg.mk
maint.mk
src/dd.c