diff options
| author | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2026-03-27 10:08:33 -0400 |
|---|---|---|
| committer | Sergio Durigan Junior <sergiodj@sergiodj.net> | 2026-03-27 10:08:33 -0400 |
| commit | 2c9f5956b5ad435bff157182210c5fd9560f1e95 (patch) | |
| tree | 32c124ddd3f538947682baf12c9b3dbff24e0d67 /data.c | |
| parent | 9a1b78113e7fd728acd5cb6b58c24fb53f24f99a (diff) | |
Drop PATH_MAX usage
Strict POSIX systems (such as GNU Hurd) don't define PATH_MAX, which
results in a build failure:
https://buildd.debian.org/status/fetch.php?pkg=snac2&arch=hurd-amd64&ver=2.91-1&stamp=1774482136&raw=0
This commit replaces PATH_MAX with a dynamically-allocated buffer,
which is the usual way of fixing these failures.
Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
Diffstat (limited to 'data.c')
0 files changed, 0 insertions, 0 deletions