From 587f92786e73ad7be880b84bbc5d58873609b6ee Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 24 Feb 2009 12:08:23 +0000 Subject: reordered. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/mkconstants.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/socket') diff --git a/ext/socket/mkconstants.rb b/ext/socket/mkconstants.rb index fc39faf8e..1443ca5c1 100644 --- a/ext/socket/mkconstants.rb +++ b/ext/socket/mkconstants.rb @@ -663,12 +663,12 @@ IFNAMSIZ SOMAXCONN SCM_RIGHTS -SCM_CREDENTIALS -SCM_CREDS SCM_TIMESTAMP SCM_TIMESTAMPNS -SCM_UCRED SCM_BINTIME +SCM_CREDENTIALS +SCM_CREDS +SCM_UCRED LOCAL_PEERCRED LOCAL_CREDS -- cgit