From: Jonathan McDowell Date: Sun, 10 Apr 2011 18:26:42 +0000 (+0100) Subject: Clean up use of PATH_MAX in keydb_fs.c X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/5fdff7f3ca1cd2260b4db5b023997301f45cc5b6?ds=sidebyside;hp=5fdff7f3ca1cd2260b4db5b023997301f45cc5b6 Clean up use of PATH_MAX in keydb_fs.c Hopefully this will enabled compilation on GNU/Hurd. PATH_MAX is not entirely removed, but now only used for array definitions and conditionally defined if not already defined. Moving the static defs to dynamic allocations is future work, but this provides a start. ---