aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2012-11-19 03:50:52 +0900
committerBen Pfaff <blp@nicira.com>2012-11-19 09:11:12 -0800
commitbb1c9a6518807ac131a3a7ce77453004e05262e4 (patch)
tree0e4db482d70eab26da089112e2a5eadd4b4cc08a /AUTHORS
parent568e23fc2772235204dcabb61e1425b312070da2 (diff)
don't use select.POLL* constants
Python doesn't have select.POLL* constants on some architectures (e.g. MacOSX). This code needs to define the constants for itself. It uses select.POLL* constants only internally (doesn't pass them outside). So there is no harm even if the definition would conflict with Python's those. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 46878657..18a0be66 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -26,6 +26,7 @@ Dominic Curran dominic.curran@citrix.com
Ed Maste emaste at freebsd.org
Edward Tomasz NapieraƂa trasz@freebsd.org
Ethan Jackson ethan@nicira.com
+FUJITA Tomonori fujita.tomonori@lab.ntt.co.jp
Gaetano Catalli gaetano.catalli@gmail.com
Giuseppe Lettieri g.lettieri@iet.unipi.it
Glen Gibb grg@stanford.edu