summaryrefslogtreecommitdiff
path: root/ext/socket
diff options
context:
space:
mode:
Diffstat (limited to 'ext/socket')
-rw-r--r--ext/socket/mkconstants.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb
index ddfbf7d649..f260d7bdef 100644
--- a/ext/socket/mkconstants.rb
+++ b/ext/socket/mkconstants.rb
@@ -95,7 +95,9 @@ EOS
MAYBE_ALIAS = [
["AF_UNIX", "AF_LOCAL"],
- ["AF_ISO", "AF_OSI"]
+ ["AF_ISO", "AF_OSI"],
+ ["AF_E164", "AF_ISDN"],
+ ["AF_NS", "AF_IPX"],
]
def each_alias(pat)