summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/psgs.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/xdvik/psgs.c')
-rw-r--r--Build/source/texk/xdvik/psgs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/xdvik/psgs.c b/Build/source/texk/xdvik/psgs.c
index 8a5689377a7..98df537173a 100644
--- a/Build/source/texk/xdvik/psgs.c
+++ b/Build/source/texk/xdvik/psgs.c
@@ -37,7 +37,7 @@ OTHER DEALINGS IN THE SOFTWARE.
/* Condition for retrying a write */
#include <errno.h>
-#include <strings.h>
+#include <string.h>
#include "kpathsea/c-pathmx.h"
#include "dvi-init.h"
@@ -174,7 +174,7 @@ static struct xio gs_xio = {NULL, 0, XIO_IN,
NULL /* data */
};
-static struct xchild gs_child = { NULL, 0, True, NULL, NULL, NULL, gs_died };
+static struct xchild gs_child = { NULL, 0, NULL, NULL, NULL, SIGKILL, gs_died };
#define GS_pid (gs_child.pid)
/* It seems that XtTimers don't work reliably with xdvi's event treatment;