Clean up use of PATH_MAX in keydb_fs.c
authorJonathan McDowell <noodles@earth.li>
Sun, 10 Apr 2011 18:26:42 +0000 (19:26 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 10 Apr 2011 18:26:42 +0000 (19:26 +0100)
commit5fdff7f3ca1cd2260b4db5b023997301f45cc5b6
treebc7589c5584dbacd94fed0c8ef66d35b06e28481
parent8a1337cda8055ff06e54c1def4b13eea133c7672
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.
keydb_fs.c