diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-10 18:06:39 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-10 18:06:39 +0000 |
commit | b802f1bb02c5bad3e7721ae22981ed9074e1f2e6 (patch) | |
tree | 273f311def65da04b6d4e884ee7eb6ba42c73a3b | |
parent | 94c668f1abec0f861853f5a1b2a9c314d8d26241 (diff) |
add constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ext/socket/mkconstants.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index 655e990e3d..5bedbac5ac 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -329,6 +329,8 @@ AF_NETGRAPH PF_NETGRAPH AF_MAX PF_MAX +AF_PACKET +PF_PACKET AF_E164 PF_XTP |