diff options
| author | Michael Forney <mforney@mforney.org> | 2021-09-06 20:44:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-09-06 20:53:15 -0700 |
| commit | c38dfe51fd1553fd2b265d67d723b55c817370b9 (patch) | |
| tree | 48e83bb1040fae5cf0085d9a88369dbbde2d6021 /pkg/tinyemu/patch/0006-Remove-unused-empty-struct.patch | |
| parent | fd9d8083718b83a7982003b5befb28253d17b40c (diff) | |
tinyemu: Various portability fixes
Diffstat (limited to 'pkg/tinyemu/patch/0006-Remove-unused-empty-struct.patch')
| -rw-r--r-- | pkg/tinyemu/patch/0006-Remove-unused-empty-struct.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/tinyemu/patch/0006-Remove-unused-empty-struct.patch b/pkg/tinyemu/patch/0006-Remove-unused-empty-struct.patch new file mode 100644 index 00000000..44cbcb89 --- /dev/null +++ b/pkg/tinyemu/patch/0006-Remove-unused-empty-struct.patch @@ -0,0 +1,26 @@ +From 81c6a8b860e86fabbe4576ecb744696a3ae21a37 Mon Sep 17 00:00:00 2001 +From: Michael Forney <mforney@mforney.org> +Date: Mon, 6 Sep 2021 19:56:26 -0700 +Subject: [PATCH] Remove unused empty struct + +--- + x86_machine.c | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/x86_machine.c b/x86_machine.c +index db8f6bb..160933f 100644 +--- a/x86_machine.c ++++ b/x86_machine.c +@@ -2206,9 +2206,6 @@ static void pc_vm_send_mouse_event(VirtMachine *s1, int dx, int dy, int dz, + } + } + +-struct screen_info { +-} __attribute__((packed)); +- + /* from plex86 (BSD license) */ + struct __attribute__ ((packed)) linux_params { + /* screen_info structure */ +-- +2.32.0 + |
