logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0006-Remove-unused-empty-struct.patch (658B)


  1. From 81c6a8b860e86fabbe4576ecb744696a3ae21a37 Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Mon, 6 Sep 2021 19:56:26 -0700
  4. Subject: [PATCH] Remove unused empty struct
  5. ---
  6. x86_machine.c | 3 ---
  7. 1 file changed, 3 deletions(-)
  8. diff --git a/x86_machine.c b/x86_machine.c
  9. index db8f6bb..160933f 100644
  10. --- a/x86_machine.c
  11. +++ b/x86_machine.c
  12. @@ -2206,9 +2206,6 @@ static void pc_vm_send_mouse_event(VirtMachine *s1, int dx, int dy, int dz,
  13. }
  14. }
  15. -struct screen_info {
  16. -} __attribute__((packed));
  17. -
  18. /* from plex86 (BSD license) */
  19. struct __attribute__ ((packed)) linux_params {
  20. /* screen_info structure */
  21. --
  22. 2.32.0