Instead of trying to compute the local storage based on maximum entry
commitf160239db1cf8aae183abfddc2c28a2000a3fb79
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 8 Aug 2005 13:00:12 +0000 (8 13:00 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Mon, 8 Aug 2005 13:00:12 +0000 (8 13:00 +0000)
tree93cc93e78e582afc922f94fd96ddeca7efbf72cc
parent2a7566dc0b8dc13c19c3933db9a75c6bf190971f
Instead of trying to compute the local storage based on maximum entry
size, use PATH_MAX. The former might get variable, the latter is more
likely to stay constant for a while.
lib/libutil/uucplock.c