commit | af2ae72cb20e853091faad0dd11d51e97539881d | [log] [tgz] |
---|---|---|
author | Martin Blais <blais@furius.ca> | Sun Jun 04 13:49:49 2006 +0000 |
committer | Martin Blais <blais@furius.ca> | Sun Jun 04 13:49:49 2006 +0000 |
tree | 218d426ffb6408a97dcf7ff2055cc4b28476b1b5 | |
parent | 63f0db682e00d051466e5d739ba85f2a30279eef [diff] |
Fixes in struct and socket from merge reviews. - Following Guido's comments, renamed * pack_to -> pack_into * recv_buf -> recv_into * recvfrom_buf -> recvfrom_into - Made fixes to _struct.c according to Neal Norwitz comments on the checkins list. - Converted some ints into the appropriate -- I hope -- ssize_t and size_t.