1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* defines.h: include <net/socket.h> to get fd_set definition in BeOS.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ocean 2004-04-14 02:03:41 +00:00
parent dae0bfcf37
commit 11dad50e0d
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Apr 14 10:57:40 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* defines.h: include <net/socket.h> to get fd_set definition in BeOS.
Tue Apr 13 23:00:55 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* lib/rinda/rinda.rb: change pattern matching.

View file

@ -188,6 +188,10 @@ typedef int pid_t;
#include "vms/vms.h"
#endif
#if defined(__BEOS__)
#include <net/socket.h> /* intern.h needs fd_set definition */
#endif
#undef RUBY_EXTERN
#if defined _WIN32 && !defined __GNUC__
# ifndef RUBY_EXPORT
@ -228,7 +232,7 @@ flush_register_windows(void)
# define FLUSH_REGISTER_WINDOWS flush_register_windows()
#else
# define FLUSH_REGISTER_WINDOWS ((void)0)
#endif
#endif
#if defined(DOSISH)
#define PATH_SEP ";"