Missing LOG_NDELAY constant in syslog
-------------------------------------

                 Key: JRUBY-4777
                 URL: http://jira.codehaus.org/browse/JRUBY-4777
             Project: JRuby
          Issue Type: Bug
          Components: Extensions
    Affects Versions: JRuby 1.5
            Reporter: Charles Oliver Nutter
            Priority: Minor


It's just not in syslog.rb.ffi:

{noformat}
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
{noformat}

I forget how to regenerate these...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to