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)
  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.


No differences found