This project is closed and read-only.
Bug #1444 ยป ruby-solaris-file.c.patch
| ruby-1.8.7-p160/file.c Thu May 7 21:41:09 2009 | ||
|---|---|---|
|
#include <sys/cygwin.h>
|
||
|
#endif
|
||
|
#if defined (__SVR4) && defined (__sun)
|
||
|
#include <fcntl.h>
|
||
|
#endif
|
||
|
#include "ruby.h"
|
||
|
#include "rubyio.h"
|
||
|
#include "rubysig.h"
|
||