6796b1d8da
- remove RCS ID tags from patches - convert patch-aa to a unified diff - ${MV} -> mv in Makefile
14 lines
379 B
C
14 lines
379 B
C
Using the good type to make it compile with g++-2.95.x
|
|
|
|
--- imlib/port/unix/jnet.c.orig Fri Oct 29 00:07:47 1999
|
|
+++ imlib/port/unix/jnet.c Fri Oct 29 00:09:28 1999
|
|
@@ -146,7 +146,7 @@
|
|
|
|
if (FD_ISSET(fd,&set))
|
|
{
|
|
- int len=sizeof(sockaddr_in);
|
|
+ socklen_t len=sizeof(sockaddr_in);
|
|
int new_fd=accept(fd, (struct sockaddr *) &host, &len);
|
|
if (new_fd<0)
|
|
{
|