diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-09-28 12:16:45 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-09-28 12:16:45 +0000 |
commit | a05529c817ee15dffbd8b8dffd9ed3fdf46a18d8 (patch) | |
tree | a3bd48a09d94845449d85d1c2b41e4298d59811d /usr.sbin/relayd/relayd.h | |
parent | 1a4de6a067d5b40e7b5b3d070ffb4043a696380c (diff) |
sync proc.c incl. the p_env removal
Diffstat (limited to 'usr.sbin/relayd/relayd.h')
-rw-r--r-- | usr.sbin/relayd/relayd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index 78a1f2c5789..71730938b21 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.233 2016/09/03 14:44:21 reyk Exp $ */ +/* $OpenBSD: relayd.h,v 1.234 2016/09/28 12:16:44 reyk Exp $ */ /* * Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org> @@ -1028,10 +1028,9 @@ struct privsep_proc { struct imsg *); void (*p_init)(struct privsep *, struct privsep_proc *); - void (*p_shutdown)(void); const char *p_chroot; struct privsep *p_ps; - struct relayd *p_env; + void (*p_shutdown)(void); }; struct privsep_fd { |