From 0f1a85ef0373f2b5767579a30a6dc29eeb16438a Mon Sep 17 00:00:00 2001 From: Raimo Niskanen Date: Fri, 27 May 2016 14:23:53 +0200 Subject: Rewrite inet* for address family 'local' --- lib/kernel/src/inet_int.hrl | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/kernel/src/inet_int.hrl') diff --git a/lib/kernel/src/inet_int.hrl b/lib/kernel/src/inet_int.hrl index 6c9a23ff82..32d09fb63c 100644 --- a/lib/kernel/src/inet_int.hrl +++ b/lib/kernel/src/inet_int.hrl @@ -381,7 +381,6 @@ ifaddr = any, %% bind to interface address port = 0, %% bind to port (default is dynamic port) fd = -1, %% fd >= 0 => already bound - family = inet, %% address family opts = [] %% [{active,true}] added in inet:connect_options }). @@ -391,7 +390,6 @@ port = 0, %% bind to port (default is dynamic port) backlog = ?LISTEN_BACKLOG, %% backlog fd = -1, %% %% fd >= 0 => already bound - family = inet, %% address family opts = [] %% [{active,true}] added in %% inet:listen_options }). @@ -401,7 +399,6 @@ ifaddr = any, port = 0, fd = -1, - family = inet, opts = [{active,true}] }). -- cgit v1.2.3