Date: Mon, 22 Jun 2026 20:21:17 +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: ca89b0fa1a93 - main - install: Explicitly include sys/param.h for MAXPATHLEN Message-ID: <6a39993d.3d3d6.39944268@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=ca89b0fa1a93744a5bbf7a5c949826bbee4e2559 commit ca89b0fa1a93744a5bbf7a5c949826bbee4e2559 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2026-06-22 20:19:29 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2026-06-22 20:19:29 +0000 install: Explicitly include sys/param.h for MAXPATHLEN MFC after: 1 week Sponsored by: The FreeBSD Foundation --- usr.bin/xinstall/xinstall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/xinstall/xinstall.c b/usr.bin/xinstall/xinstall.c index 74ad614027f4..2c88e080bb74 100644 --- a/usr.bin/xinstall/xinstall.c +++ b/usr.bin/xinstall/xinstall.c @@ -30,6 +30,7 @@ * SUCH DAMAGE. */ +#include <sys/param.h> #include <sys/stat.h> #include <sys/time.h> #include <sys/wait.h>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a39993d.3d3d6.39944268>
