Skip to content

Commit

Permalink
Fix build for FreeBSD kernel.
Browse files Browse the repository at this point in the history
FILE is only defined in user land.
  • Loading branch information
juikim committed Feb 28, 2017
1 parent 9bd7de5 commit a65c1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/include/aclocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ typedef struct acpi_comment_addr_node
*/
typedef struct acpi_file_node
{
FILE *File;
void *File;
char *Filename;
char *FileStart; /* Points to AML and indicates when the AML for this particular file starts. */
char *FileEnd; /* Points to AML and indicates when the AML for this particular file ends. */
Expand Down

0 comments on commit a65c1df

Please sign in to comment.