summaryrefslogtreecommitdiff
path: root/Build/source/texk/xdvik/psgs.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-05 22:50:13 +0000
committerKarl Berry <karl@freefriends.org>2016-04-05 22:50:13 +0000
commit52e905992c395638cf339bcd463c71b197fc03b9 (patch)
tree88970c53454646c3953c29970ee9c81762b0f019 /Build/source/texk/xdvik/psgs.c
parentb56b320b5e2515160073fa1b469514002688fe11 (diff)
import xdvik-22.87.03
git-svn-id: svn://tug.org/texlive/trunk@40253 c570f23f-e606-0410-a88d-b1316a301751
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;