aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tag.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-11-20 21:59:54 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-11-20 21:59:54 +0000
commita121fde484ea2d14b80a55edbc89155192ed5364 (patch)
tree82f0568c203cc75ebe3f11bea8cf457f2c2ce704 /tag.h
parent15be0ab8c964a27a1e5cfa3fdf7a8d5c5a94718b (diff)
downloadmandoc-a121fde484ea2d14b80a55edbc89155192ed5364.tar.gz
mandoc-a121fde484ea2d14b80a55edbc89155192ed5364.tar.zst
mandoc-a121fde484ea2d14b80a55edbc89155192ed5364.zip
Fix multiple issues regarding process group and signal mask handling
found by tb@ and millert@; parts of the code, in particular in tag.c, by millert@; OK millert@.
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tag.h b/tag.h
index f00c7f38..ab1388d7 100644
--- a/tag.h
+++ b/tag.h
@@ -1,4 +1,4 @@
-/* $Id: tag.h,v 1.6 2015/11/07 14:01:16 schwarze Exp $ */
+/* $Id: tag.h,v 1.7 2015/11/20 21:59:54 schwarze Exp $ */
/*
* Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -20,6 +20,8 @@ struct tag_files {
char tfn[20];
int ofd;
int tfd;
+ pid_t tcpgid;
+ pid_t pager_pid;
};