~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle_priv.c

  • Committer: Brian Aker
  • Date: 2008-09-16 09:41:23 UTC
  • Revision ID: brian@gir.lan-20080916094123-2ws792vn896n2g53
Fixed uint/ushort issue in libdrizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  Base version coded by Steve Bernacki, Jr. <steve@navinet.net>
57
57
*****************************************************************************/
58
58
 
59
 
int connect_with_timeout(int fd, const struct sockaddr *name, uint namelen, int32_t timeout)
 
59
int connect_with_timeout(int fd, const struct sockaddr *name, uint32_t namelen, int32_t timeout)
60
60
{
61
61
  int flags, res, s_err;
62
62