Whamcloud - gitweb
tune2fs.c: define PATH_MAX if it is not defined by the system headers
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Nov 2023 02:06:12 +0000 (21:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Nov 2023 02:06:12 +0000 (21:06 -0500)
commit795dcc264f48098ca5b214bba7d1b94189b2e491
tree8260e9ac4533dbfb4212bb2b5e5ea918a784da7f
parent6e776e87051268b7356ad6a244db0a5ac1c10dd5
tune2fs.c: define PATH_MAX if it is not defined by the system headers

This is needed to compile on GNU/Hurd.

Addresses-Debian-Bug: #1056145
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c