~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/viosocket.c

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:24:33 UTC
  • mfrom: (575.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107002433-vj1371j0ko3i194x
MergedĀ fromĀ devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  the file descriptior.
21
21
*/
22
22
 
23
 
#include "vio_priv.h"
 
23
#define DONT_MAP_VIO
 
24
#include <drizzled/global.h>
 
25
#include <libdrizzle/vio.h>
24
26
#include <sys/socket.h>
25
27
#include <drizzled/util/test.h>
 
28
#include <string.h>
 
29
 
 
30
#include <netinet/tcp.h>
 
31
#include <sys/poll.h>
 
32
 
 
33
#include <netdb.h>
26
34
 
27
35
int vio_errno(Vio *vio __attribute__((unused)))
28
36
{