mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* process.c (rb_daemon): fix wrong #endif position.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1f2478a7e6
commit
41ab31e67a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Jun 28 10:18:42 2011 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* process.c (rb_daemon): fix wrong #endif position.
|
||||
|
||||
Tue Jun 28 07:50:32 2011 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* object.c (Init_Object): Teach RDoc what Init_class_hierarchy does to
|
||||
|
|
|
@ -4879,8 +4879,8 @@ rb_daemon(int nochdir, int noclose)
|
|||
if (n > 2)
|
||||
(void)close (n);
|
||||
}
|
||||
return err;
|
||||
#endif
|
||||
return err;
|
||||
}
|
||||
#else
|
||||
#define proc_daemon rb_f_notimplement
|
||||
|
|
Loading…
Reference in a new issue