~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/viosocket.c

  • Committer: Monty Taylor
  • Date: 2008-07-29 19:45:49 UTC
  • mfrom: (212.5.34 remove-include-dir)
  • mto: This revision was merged to the branch mainline in revision 236.
  • Revision ID: monty@inaugust.com-20080729194549-1455h4t2fh40s92z
Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
{
210
210
  int error;
211
211
  char port_buf[NI_MAXSERV];
212
 
  size_socket addrLen = sizeof(vio->remote);
 
212
  socklen_t addrLen = sizeof(vio->remote);
213
213
 
214
214
  if (getpeername(vio->sd, (struct sockaddr *) (&vio->remote),
215
215
                  &addrLen) != 0)