Mike Frysinger
75005b3a8e
sim: use socklen_t with accept()
...
The accept() function takes a socklen_t, not an int. Using an int causes:
dv-sockser.c: In function 'connected_p':
dv-sockser.c:273: warning: pointer targets in passing argument 3
of 'accept' differ in signedness
So use the same socklen_t detection code as gdb and convert the accept().
2010-03-30 23:09:48 +00:00
..
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 23:09:48 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-01 10:03:36 +00:00
2010-02-12 02:44:26 +00:00
2010-02-12 02:44:26 +00:00
2010-01-20 05:52:19 +00:00
2010-03-30 20:38:26 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-09 21:11:44 +00:00
2010-01-18 03:30:28 +00:00
2010-01-09 21:11:44 +00:00
2010-02-27 01:24:37 +00:00
2010-02-14 10:00:46 +00:00
2010-02-14 07:37:11 +00:00
2010-02-14 07:15:57 +00:00
2010-02-13 04:44:41 +00:00
2010-01-01 10:03:36 +00:00
2010-01-09 21:11:44 +00:00
2010-02-12 02:44:26 +00:00
2009-11-24 19:22:45 +00:00
2009-11-24 19:22:45 +00:00
2009-10-16 18:57:30 +00:00
2010-01-01 10:03:36 +00:00
2002-06-06 16:33:45 +00:00