public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Fix compilation on FreeBSD: include signal.h
Hongli Lai (Phusion) (author)
Thu May 01 08:44:22 -0700 2008
commit  76ffd90bdc0acbc66d7f40059dc682d013242605
tree    4d85a86c0a07208edec890ea881b8881733b6cb5
parent  5bb69adb658fc52bc22d689ba0a337096440d803
...
32
33
34
35
36
37
 
38
39
40
...
32
33
34
 
 
 
35
36
37
38
0
@@ -32,9 +32,7 @@
0
 #include <unistd.h>
0
 #include <errno.h>
0
 #include <pwd.h>
0
-#ifdef TESTING_SPAWN_MANAGER
0
- #include <signal.h>
0
-#endif
0
+#include <signal.h>
0
 
0
 #include "Application.h"
0
 #include "MessageChannel.h"

Comments

    No one has commented yet.