Magellan Linux

Contents of /trunk/clanlib/patches/0.7.8-port.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 305 byte(s)
-import

1 --- Sources/Network/Socket/ip_address_getsock.h.orig 2003-11-15 17:33:34.075094400 -0500
2 +++ Sources/Network/Socket/ip_address_getsock.h 2003-11-15 17:33:39.688241072 -0500
3 @@ -105,7 +105,7 @@
4 unsigned int ip;
5
6 // IP port in host byte order.
7 - unsigned short port;
8 + unsigned int port;
9 };
10
11 #endif