summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ej
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/patches/patch-ej')
-rw-r--r--emulators/qemu/patches/patch-ej14
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/qemu/patches/patch-ej b/emulators/qemu/patches/patch-ej
deleted file mode 100644
index 89ce8af6d83..00000000000
--- a/emulators/qemu/patches/patch-ej
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ej,v 1.5 2011/08/04 12:20:54 ryoon Exp $
-
-* include <sys/types.h> to fix build on Mac OS X
-
---- ui/vnc-enc-tight.c.orig 2011-05-06 19:01:44.000000000 +0000
-+++ ui/vnc-enc-tight.c
-@@ -35,6 +35,7 @@
- #include <stdio.h>
- #include <jpeglib.h>
- #endif
-+#include <sys/types.h>
-
- #include "qemu-common.h"
-