From e8313c062e552ad61ef957096a489456cfa1395e Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Wed, 13 Apr 2005 18:25:29 +0000 Subject: KNF --- usr.sbin/hostapd/privsep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/hostapd/privsep.c') diff --git a/usr.sbin/hostapd/privsep.c b/usr.sbin/hostapd/privsep.c index 5a395b82991..dd8eec9e81c 100644 --- a/usr.sbin/hostapd/privsep.c +++ b/usr.sbin/hostapd/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.1 2005/04/13 18:12:23 reyk Exp $ */ +/* $OpenBSD: privsep.c,v 1.2 2005/04/13 18:25:28 henning Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter @@ -131,7 +131,6 @@ hostapd_priv_init(struct hostapd_config *cfg) return; } - /* * Privileged mother process */ @@ -237,7 +236,8 @@ hostapd_priv(int fd, short sig, void *arg) node.ni_rssi = sta.sig_info; node.ni_capinfo = sta.capinfo; - hostapd_must_write(fd, &node, sizeof(struct hostapd_node)); + hostapd_must_write(fd, &node, + sizeof(struct hostapd_node)); } break; -- cgit v1.2.3