summaryrefslogtreecommitdiffstats
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
commit8d3579c89a011ed5df5b09b7d1bbaead6d7d9895 (patch)
treea5a20eab66fdffe4f568c01ded48b5fb184ac740 /tag.h
parentccbaf15e1286f6779d2b525337e8e573340bd15a (diff)
downloadmandoc-8d3579c89a011ed5df5b09b7d1bbaead6d7d9895.tar.gz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag.h b/tag.h
index 325dc7d7..216b801d 100644
--- a/tag.h
+++ b/tag.h
@@ -20,6 +20,8 @@ struct tag_files {
char tfn[20];
int ofd;
int tfd;
+ pid_t tcpgid;
+ pid_t pager_pid;
};