comparison sciworkerd.c @ 17:40fe70256fb0

sciworkerd: fix fchmod declaration
author David Demelier <markand@malikania.fr>
date Wed, 06 Oct 2021 16:22:23 +0200
parents 3051ef92173a
children
comparison
equal deleted inserted replaced
16:3051ef92173a 17:40fe70256fb0
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */ 17 */
18 18
19 #include <sys/queue.h> 19 #include <sys/queue.h>
20 #include <sys/stat.h>
20 #include <sys/types.h> 21 #include <sys/types.h>
21 #include <sys/wait.h> 22 #include <sys/wait.h>
22 #include <assert.h> 23 #include <assert.h>
23 #include <err.h> 24 #include <err.h>
24 #include <errno.h> 25 #include <errno.h>