diff options
Diffstat (limited to 'sbin/dhclient/privsep.h')
-rw-r--r-- | sbin/dhclient/privsep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/privsep.h b/sbin/dhclient/privsep.h index e985b1d29ea..a7854ff70df 100644 --- a/sbin/dhclient/privsep.h +++ b/sbin/dhclient/privsep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.h,v 1.29 2016/02/06 19:30:52 krw Exp $ */ +/* $OpenBSD: privsep.h,v 1.30 2016/07/20 19:40:04 deraadt Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -67,4 +67,4 @@ void priv_cleanup(struct imsg_hup *); void priv_set_interface_mtu(struct imsg_set_interface_mtu *); void priv_write_resolv_conf(struct imsg *); void priv_write_option_db(struct imsg *); -void priv_write_file(char *, int, mode_t, uid_t, gid_t, u_int8_t *, size_t); +void priv_write_file(char *, int, mode_t, u_int8_t *, size_t); |