Date: Tue, 19 May 2026 14:08:58 +0000 From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 951e271d4985 - stable/15 - libutil: Include param.h in quotafile.c Message-ID: <6a0c6efa.3cc80.45cc597a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=951e271d498580f78093ae34f519ca4a49607302 commit 951e271d498580f78093ae34f519ca4a49607302 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2026-05-12 17:47:04 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2026-05-19 14:08:33 +0000 libutil: Include param.h in quotafile.c Required for MAXPATHLEN. MFC after: 1 week (cherry picked from commit 237900f17f091d059a3ead6a5320285654f4bfa0) --- lib/libutil/quotafile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/quotafile.c b/lib/libutil/quotafile.c index 1f02813dee92..e8c8b39843d2 100644 --- a/lib/libutil/quotafile.c +++ b/lib/libutil/quotafile.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ -#include <sys/types.h> +#include <sys/param.h> #include <sys/endian.h> #include <sys/mount.h> #include <sys/stat.h>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0c6efa.3cc80.45cc597a>
