~ubuntu-branches/ubuntu/karmic/lua-sec/karmic

« back to all changes in this revision

Viewing changes to src/usocket.c

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Tassi
  • Date: 2009-05-17 19:05:00 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090517190500-is0vm7b9uk3hyfa8
Tags: 0.3.2-1
New ustream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
    }
136
136
}
137
137
 
 
138
/*-------------------------------------------------------------------------*\
 
139
* Underline error code.
 
140
\*-------------------------------------------------------------------------*/
 
141
int socket_error()
 
142
{
 
143
  return errno;
 
144
}
 
145