Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2026 20:06:02 +0000
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ee2d1a1a5a18 - main - edquota: Include param.h
Message-ID:  <6a03882a.22e00.2ef61b9e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=ee2d1a1a5a1877f8ce7b9eee94479ec702880bd7

commit ee2d1a1a5a1877f8ce7b9eee94479ec702880bd7
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2026-05-12 17:46:40 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2026-05-12 20:05:19 +0000

    edquota: Include param.h
    
    Required for MAXPATHLEN and MAXLOGNAME.
    
    MFC after:      1 week
---
 usr.sbin/edquota/edquota.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/usr.sbin/edquota/edquota.c b/usr.sbin/edquota/edquota.c
index 6c209cd23716..f9780a7b0507 100644
--- a/usr.sbin/edquota/edquota.c
+++ b/usr.sbin/edquota/edquota.c
@@ -36,6 +36,7 @@
  * Disk quota editor.
  */
 
+#include <sys/param.h>
 #include <sys/file.h>
 #include <sys/mount.h>
 #include <sys/wait.h>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a03882a.22e00.2ef61b9e>