Index: head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h =================================================================== --- head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h (nonexistent) +++ head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h (revision 435077) @@ -0,0 +1,16 @@ +--- source/compiler/asltypes.h.orig 2017-02-25 00:43:54 UTC ++++ source/compiler/asltypes.h +@@ -344,12 +344,11 @@ typedef struct asl_xref_info + } ASL_XREF_INFO; + + +-typedef struct yy_buffer_state *YY_BUFFER_STATE; + typedef struct asl_file_node + { + FILE *File; + UINT32 CurrentLineNumber; +- YY_BUFFER_STATE State; ++ void *State; + char *Filename; + struct asl_file_node *Next; + Property changes on: head/sysutils/acpica-tools/files/patch-source_compiler_asltypes.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property