diff options
Diffstat (limited to 'net/rabbitmq/files')
-rw-r--r-- | net/rabbitmq/files/patch-src-rabbit_networking-erl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/rabbitmq/files/patch-src-rabbit_networking-erl b/net/rabbitmq/files/patch-src-rabbit_networking-erl new file mode 100644 index 000000000000..12040aec5f4c --- /dev/null +++ b/net/rabbitmq/files/patch-src-rabbit_networking-erl @@ -0,0 +1,13 @@ +--- src/rabbit_networking.erl.orig 2011-02-03 14:47:35.000000000 +0200 ++++ src/rabbit_networking.erl 2011-05-30 13:51:28.000000000 +0200 +@@ -52,6 +52,9 @@ + + -export_type([ip_port/0, hostname/0]). + ++-type(hostname() :: inet:hostname()). ++-type(ip_port() :: inet:ip_port()). ++ + -type(family() :: atom()). + -type(listener_config() :: ip_port() | + {hostname(), ip_port()} | + |