dtappbuilder: fixes to build in autotools branch for freebsd

This commit is contained in:
Jon Trulson
2021-05-30 18:11:47 -06:00
parent 2642674ed4
commit 487305f7cf
2 changed files with 6 additions and 2 deletions

View File

@@ -43,7 +43,9 @@
* This file contains the implementation of the uil load
* component
*/
#include <unistd.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
@@ -1173,7 +1175,9 @@ parse_uil(
/*
* Disable Uil specified signal handlers, grrr!
*/
#ifdef SIGBUS
signal( SIGBUS, SIG_DFL);
#endif
#ifdef SIGSYS
signal( SIGSYS, SIG_DFL);
#endif