Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fix resolves the build error on CentOS 5. ==> centos-5-x86_64: groonga.c: In function 'daemonize': ==> centos-5-x86_64: groonga.c:584: error: 'S_IRUSR' undeclared (first use in this function) ==> centos-5-x86_64: groonga.c:584: error: (Each undeclared identifier is reported only once ==> centos-5-x86_64: groonga.c:584: error: for each function it appears in.) ==> centos-5-x86_64: groonga.c:584: error: 'S_IWUSR' undeclared (first use in this function) ==> centos-5-x86_64: groonga.c:584: error: 'S_IRGRP' undeclared (first use in this function)
- Loading branch information