aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2016-05-04 14:09:04 +0200
committerRaimo Niskanen <[email protected]>2016-06-01 11:00:48 +0200
commit011954e851d421b882b0b4eaeda04cfc2895d70a (patch)
treea608859fbfb83c90a736784fd7e188acc159eadf /lib/kernel/src
parente293ad1b08b2f937555a102e6f3b4336574773c8 (diff)
downloadotp-011954e851d421b882b0b4eaeda04cfc2895d70a.tar.gz
otp-011954e851d421b882b0b4eaeda04cfc2895d70a.tar.bz2
otp-011954e851d421b882b0b4eaeda04cfc2895d70a.zip
Rewrite inet_drv for AF_LOCAL
Diffstat (limited to 'lib/kernel/src')
-rw-r--r--lib/kernel/src/inet_int.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/kernel/src/inet_int.hrl b/lib/kernel/src/inet_int.hrl
index 0a2201298a..6c9a23ff82 100644
--- a/lib/kernel/src/inet_int.hrl
+++ b/lib/kernel/src/inet_int.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2013. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2016. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -30,6 +30,7 @@
-define(INET_AF_ANY, 3). % Fake for ANY in any address family
-define(INET_AF_LOOPBACK, 4). % Fake for LOOPBACK in any address family
-define(INET_AF_LOCAL, 5). % For Unix Domain address family
+-define(INET_AF_UNDEFINED, 6). % For any unknown address family
%% type codes to open and gettype - INET_REQ_GETTYPE
-define(INET_TYPE_STREAM, 1).