diff options
author | Markus Roberts <Markus@reality.com> | 2010-09-28 11:16:45 -0700 |
---|---|---|
committer | Markus Roberts <Markus@reality.com> | 2010-09-28 20:23:13 -0700 |
commit | 25738726526c6618906eb02878f32bb276fec26f (patch) | |
tree | 9320cdf2cd712370052247c3137236466f6b48ab /lib/puppet/util/rdoc/code_objects.rb | |
parent | eb9279c69d74f1a86a79df9319eab42fefe308ee (diff) | |
download | puppet-25738726526c6618906eb02878f32bb276fec26f.tar.gz puppet-25738726526c6618906eb02878f32bb276fec26f.tar.xz puppet-25738726526c6618906eb02878f32bb276fec26f.zip |
Fix for #4649 -- avoid unsupported features on non-posix systems
MS Windows is apparently only "posix curious;" many of the usual fcntl flags
are not defined when running under MS Windows. It also appears that we are
only using a small subset of the vendored event-loop library and could replace
it with a handful of (portable) extracted methods. This, however, would be
too agressive of a refactor for 2.6.2 and so this commit simply avoids referring
to the unsupported flag values in environments where they are not defined.
Diffstat (limited to 'lib/puppet/util/rdoc/code_objects.rb')
0 files changed, 0 insertions, 0 deletions