summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/httpd/httpd.h')
-rw-r--r--usr.sbin/httpd/httpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h
index 3b3d157932d..68836c83083 100644
--- a/usr.sbin/httpd/httpd.h
+++ b/usr.sbin/httpd/httpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: httpd.h,v 1.120 2016/09/28 12:01:04 reyk Exp $ */
+/* $OpenBSD: httpd.h,v 1.121 2016/10/05 16:58:19 reyk Exp $ */
/*
* Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org>
@@ -270,6 +270,7 @@ struct privsep_proc {
const char *p_chroot;
struct privsep *p_ps;
void (*p_shutdown)(void);
+ struct passwd *p_pw;
};
struct privsep_fd {