aboutsummaryrefslogtreecommitdiffstats
path: root/community/erlang/0020-remove-private-unit32.patch
diff options
context:
space:
mode:
authorMarlus Saraiva <marlus.saraiva@gmail.com>2016-01-19 17:24:15 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-01-19 18:02:26 +0000
commitf44e80b2248e6528b8dbbefd22d9fa9fa50c8ab6 (patch)
tree855af36387d83ff10506613d551b45c7237b39ac /community/erlang/0020-remove-private-unit32.patch
parent8ec5e596584ee1fe230ad9d7eb2bb3d039e29ea8 (diff)
downloadaports-f44e80b2248e6528b8dbbefd22d9fa9fa50c8ab6.tar.bz2
aports-f44e80b2248e6528b8dbbefd22d9fa9fa50c8ab6.tar.xz
community/erlang: Update to 18.2.2
Diffstat (limited to 'community/erlang/0020-remove-private-unit32.patch')
-rw-r--r--community/erlang/0020-remove-private-unit32.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/erlang/0020-remove-private-unit32.patch b/community/erlang/0020-remove-private-unit32.patch
deleted file mode 100644
index ec01499571..0000000000
--- a/community/erlang/0020-remove-private-unit32.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- otp_src_18.0-orig/erts/emulator/sys/common/erl_poll.h
-+++ otp_src_18.0-fixed/erts/emulator/sys/common/erl_poll.h
-@@ -140,7 +140,7 @@
- #endif
-
- #define ERTS_POLL_EV_E2N(EV) \
-- ((__uint32_t) (EV))
-+ ((uint32_t) (EV))
- #define ERTS_POLL_EV_N2E(EV) \
- ((ErtsPollEvents) (EV))
-