rpms/ruby/F-7 ruby-1.8.6.111-gcc43.patch,NONE,1.1

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Mon Mar 10 07:42:50 UTC 2008


Author: tagoh

Update of /cvs/pkgs/rpms/ruby/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10121

Added Files:
	ruby-1.8.6.111-gcc43.patch 
Log Message:


ruby-1.8.6.111-gcc43.patch:

--- NEW FILE ruby-1.8.6.111-gcc43.patch ---
diff -pruN ruby-1.8.6-p111.orig/ext/socket/socket.c ruby-1.8.6-p111/ext/socket/socket.c
--- ruby-1.8.6-p111.orig/ext/socket/socket.c	2007-05-23 00:08:43.000000000 +0900
+++ ruby-1.8.6-p111/ext/socket/socket.c	2008-02-19 11:24:22.000000000 +0900
@@ -893,10 +893,10 @@ port_str(port, pbuf, len)
 }
 
 #ifndef NI_MAXHOST
-# define 1025
+# define NI_MAXHOST 1025
 #endif
 #ifndef NI_MAXSERV
-# define 32
+# define NI_MAXSERV 32
 #endif
 
 static struct addrinfo*




More information about the fedora-extras-commits mailing list