Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.5
-
Fix Version/s: JRuby 1.6
-
Component/s: Extensions
-
Labels:None
-
Number of attachments :
Description
It's just not in syslog.rb.ffi:
diff --git a/lib/ruby/site_ruby/shared/ffi/platform/syslog.rb.ffi b/lib/ruby/site_ruby/shared/ffi/platform/syslog.rb.ffi
index 57ce384..b49a432 100644
--- a/lib/ruby/site_ruby/shared/ffi/platform/syslog.rb.ffi
+++ b/lib/ruby/site_ruby/shared/ffi/platform/syslog.rb.ffi
@@ -41,7 +41,8 @@ module Syslog
c.const 'LOG_LOCAL5'
c.const 'LOG_LOCAL6'
c.const 'LOG_LOCAL7'
+ c.const 'LOG_NDELAY'
end
@@@
end
-end
\ No newline at end of file
+end
I forget how to regenerate these...
Activity
Charles Oliver Nutter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | JRuby 1.6 [ 16275 ] |
Charles Oliver Nutter
made changes -
| Fix Version/s | JRuby 1.6 [ 17062 ] | |
| Fix Version/s | JRuby 1.6RC1 [ 16275 ] |
Fix in commit f740f783001c7f4afdcd199ca04d09fd4f3b1a5e for MacOS.
To regen for other platforms, build jruby then run:
./bin/jruby -S rake -f lib/ruby/site_ruby/shared/ffi/tools/Rakefile
and commit the updated files under lib/ruby/site_ruby/shared/ffi/platform