~ubuntu-branches/ubuntu/vivid/haproxy/vivid

« back to all changes in this revision

Viewing changes to src/ev_poll.c

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2008-06-20 00:38:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080620003850-hvvx94g2xz2l2xbg
Tags: 1.3.15.1-1
* New Upstream Version
* Upgrade standards version to 3.8.0 (no change needed).
* Build with TARGET=linux26 on linux, TARGET=generic on other systems.

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
#define FDSETS_ARE_INT_ALIGNED
103
103
#ifdef FDSETS_ARE_INT_ALIGNED
104
104
 
105
 
#define WE_REALLY_NOW_THAT_FDSETS_ARE_INTS
106
 
#ifdef WE_REALLY_NOW_THAT_FDSETS_ARE_INTS
 
105
#define WE_REALLY_KNOW_THAT_FDSETS_ARE_INTS
 
106
#ifdef WE_REALLY_KNOW_THAT_FDSETS_ARE_INTS
107
107
                                sr = (rn >> count) & 1;
108
108
                                sw = (wn >> count) & 1;
109
109
#else