ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/slirp/misc.c
(Generate patch)

Comparing BasiliskII/src/slirp/misc.c (file contents):
Revision 1.1 by gbeauche, 2005-05-13T09:00:59Z vs.
Revision 1.2 by cebix, 2005-06-30T21:25:26Z

# Line 310 | Line 310 | fork_exec(so, ex, do_pty)
310   {
311          int s;
312          struct sockaddr_in addr;
313 <        int addrlen = sizeof(addr);
313 >        socklen_t addrlen = sizeof(addr);
314          int opt;
315          int master;
316          char *argv[256];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines