mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Fix compilation on OpenBSD: avoid accidental system include file use
git-svn-id: svn://coreboot.org/openbios/openbios-devel@246 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -177,6 +177,9 @@ static void write_dictionary(char *filename)
|
||||
.relocation = -1,
|
||||
.length = target_ulong(dicthead),
|
||||
.last = target_ucell(((unsigned long)last-(unsigned long)dict)),
|
||||
.reserved[0] = 0,
|
||||
.reserved[1] = 0,
|
||||
.reserved[2] = 0,
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user