diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 13:24:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | 5a1e8ee09062969521dee5609d144ecf727805e1 (patch) | |
| tree | 83d598ada7d47d86bf8c5cfe5011562141ed4c63 /pkg/tinyemu/patch/0001-Include-sys-select.h-from-virtio.h-for-fd_set.patch | |
| parent | f213892dd19dcea59c4ae6b6b3a1c324bff424fb (diff) | |
tinyemu: Update to 2019-02-10
Diffstat (limited to 'pkg/tinyemu/patch/0001-Include-sys-select.h-from-virtio.h-for-fd_set.patch')
| -rw-r--r-- | pkg/tinyemu/patch/0001-Include-sys-select.h-from-virtio.h-for-fd_set.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/pkg/tinyemu/patch/0001-Include-sys-select.h-from-virtio.h-for-fd_set.patch b/pkg/tinyemu/patch/0001-Include-sys-select.h-from-virtio.h-for-fd_set.patch deleted file mode 100644 index 6266cac2..00000000 --- a/pkg/tinyemu/patch/0001-Include-sys-select.h-from-virtio.h-for-fd_set.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 262d679517a8867f38e15369414a6cabe897ccb1 Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Wed, 17 Oct 2018 16:48:16 -0700 -Subject: [PATCH] Include sys/select.h from virtio.h for fd_set - ---- - virtio.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/virtio.h b/virtio.h -index 92b1070..d53c8c4 100644 ---- a/virtio.h -+++ b/virtio.h -@@ -24,6 +24,8 @@ - #ifndef VIRTIO_H - #define VIRTIO_H - -+#include <sys/select.h> -+ - #include "iomem.h" - #include "pci.h" - --- -2.19.0 - |
