[vlc-devel] commit: Remove linux specific poll flag. (Antoine Cellerier )

git version control git at videolan.org
Sat Jan 9 11:50:57 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Jan  9 11:27:35 2010 +0100| [7ef39293b6b39f06c8d3d92ce012b6dadbf1d63b] | committer: Antoine Cellerier 

Remove linux specific poll flag.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7ef39293b6b39f06c8d3d92ce012b6dadbf1d63b
---

 modules/misc/lua/libs/net.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/misc/lua/libs/net.c b/modules/misc/lua/libs/net.c
index fa6e081..17d8912 100644
--- a/modules/misc/lua/libs/net.c
+++ b/modules/misc/lua/libs/net.c
@@ -479,7 +479,6 @@ void luaopen_net( lua_State *L )
     ADD_CONSTANT( "POLLIN", POLLIN )
     ADD_CONSTANT( "POLLPRI", POLLPRI )
     ADD_CONSTANT( "POLLOUT", POLLOUT )
-    ADD_CONSTANT( "POLLRDHUP", POLLRDHUP )
     ADD_CONSTANT( "POLLERR", POLLERR )
     ADD_CONSTANT( "POLLHUP", POLLHUP )
     ADD_CONSTANT( "POLLNVAL", POLLNVAL )




More information about the vlc-devel mailing list