diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-09-28 12:01:05 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2016-09-28 12:01:05 +0000 |
commit | f3487494bc05d228f29ca580b918eed73c8ea9a9 (patch) | |
tree | 60b48f63c6121721d0f64040f19e0daba9fd6161 /usr.sbin/httpd/httpd.h | |
parent | 5e9f938bd5ca1b95b0dfe3339e4676c8d90ee439 (diff) |
sync proc.c from switchd, includes minor cast qual fix and removal of p_env.
Diffstat (limited to 'usr.sbin/httpd/httpd.h')
-rw-r--r-- | usr.sbin/httpd/httpd.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index 59078a15d1f..3b3d157932d 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.119 2016/09/03 14:44:21 reyk Exp $ */ +/* $OpenBSD: httpd.h,v 1.120 2016/09/28 12:01:04 reyk Exp $ */ /* * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org> @@ -267,10 +267,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 httpd *p_env; + void (*p_shutdown)(void); }; struct privsep_fd { |