generator.ml: finish adding Dev_or_Path support
authorJim Meyering <meyering@redhat.com>
Tue, 11 Aug 2009 16:07:17 +0000 (18:07 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 13 Aug 2009 12:45:34 +0000 (14:45 +0200)
commit08c27722647d14a30648dd02e221e1e803d1189e
tree4c2eebdbd6a2c55954640a675754c47ddf4e2e04
parent1020246b278aade9671d12dae2554cf7538cf0de
generator.ml: finish adding Dev_or_Path support

* src/generator.ml: Update all rules to handle Dev_or_Path.
(the above changes to generator.ml are mostly mechanical)
Emit a use of REQUIRE_ROOT_OR_RESOLVE_DEVICE.
* daemon/upload.c (do_download): Remove use of
REQUIRE_ROOT_OR_RESOLVE_DEVICE, now that it's automatically done
in calling code.
* daemon/file.c (do_file): Likewise.
daemon/file.c
daemon/upload.c
src/generator.ml