diff options
author | wiz <wiz> | 2016-05-02 15:52:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2016-05-02 15:52:28 +0000 |
commit | 2ec406846838107a42d61a59ccbf797286e4e73c (patch) | |
tree | 2f5a6a5d4cc812f3033906ee3102cbb9526ac24a /emulators/mame/patches | |
parent | 5931cbcec697549e1fd1551e2fe9f3f2e182b3d0 (diff) | |
download | pkgsrc-2ec406846838107a42d61a59ccbf797286e4e73c.tar.gz |
Remove unneeded patch.
Diffstat (limited to 'emulators/mame/patches')
-rw-r--r-- | emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c b/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c deleted file mode 100644 index b22ebb1242d..00000000000 --- a/emulators/mame/patches/patch-3rdparty_libuv_src_unix_netbsd.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-3rdparty_libuv_src_unix_netbsd.c,v 1.1 2016/03/04 12:47:13 wiz Exp $ - ---- 3rdparty/libuv/src/unix/netbsd.c.orig 2016-02-24 07:02:17.000000000 +0000 -+++ 3rdparty/libuv/src/unix/netbsd.c -@@ -18,6 +18,9 @@ - * IN THE SOFTWARE. - */ - -+/* needs kernel internal types */ -+#define _KMEMUSER 1 -+ - #include "uv.h" - #include "internal.h" - |