[Bug 260333] [PATCH] sysutils/acpi_call: error: use of undeclared identifier 'MAXPATHLEN'

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 11 Dec 2021 07:15:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260333

            Bug ID: 260333
           Summary: [PATCH] sysutils/acpi_call: error: use of undeclared
                    identifier 'MAXPATHLEN'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: junchoon@dec.sakura.ne.jp
                CC: gelraen.ua@gmail.com
             Flags: maintainer-feedback?(gelraen.ua@gmail.com)
                CC: gelraen.ua@gmail.com

Created attachment 230038
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230038&action=edit
Move include of sys/param.h before sys/module.h

On src main after git: df38ada2931f, sys/module.h SHALL be included AFTER
sys/param.h.
Attached patch moves sys/param.h just before sys/modules.h to fix build.
At least x11/nvidia-driver is affected, too, but possibly more kmod ports are
affected.

-- 
You are receiving this mail because:
You are the assignee for the bug.