FreeBSD Bugzilla – Attachment 230038 Details for
Bug 260333
sysutils/acpi_call: error: use of undeclared identifier 'MAXPATHLEN'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Move include of sys/param.h before sys/module.h
acpi_call-main-after-git-df38ada2931f.diff (text/plain), 544 bytes, created by
Tomoaki AOKI
on 2021-12-11 07:15:18 UTC
(
hide
)
Description:
Move include of sys/param.h before sys/module.h
Filename:
MIME Type:
Creator:
Tomoaki AOKI
Created:
2021-12-11 07:15:18 UTC
Size:
544 bytes
patch
obsolete
>--- a/sysutils/acpi_call/files/patch-acpi__call.c >+++ b/sysutils/acpi_call/files/patch-acpi__call.c >@@ -1,5 +1,17 @@ > --- acpi_call.c.orig 2011-11-07 05:35:10 UTC > +++ acpi_call.c >+@@ -29,10 +29,10 @@ >+ */ >+ >+ #include <sys/types.h> >++#include <sys/param.h> >+ #include <sys/module.h> >+ #include <sys/systm.h> >+ #include <sys/errno.h> >+-#include <sys/param.h> >+ #include <sys/kernel.h> >+ #if __FreeBSD__ >= 8 >+ # include <contrib/dev/acpica/include/acpi.h> > @@ -45,18 +45,97 @@ > > void acpi_call_fixup_pointers(ACPI_OBJECT *p, UINT8 *orig);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260333
: 230038