summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/privsep.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-13 19:06:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-04-13 19:06:12 +0000
commit091c2890a5a926eb94ecb4ff5b8116b11e53e2fb (patch)
treed3ecaaa5d57898f1ff932c16c30e01c0b55e5d98 /usr.sbin/hostapd/privsep.c
parentf44a72b5e24e3adc4f72db2b443fa9942ea7979b (diff)
spaces
Diffstat (limited to 'usr.sbin/hostapd/privsep.c')
-rw-r--r--usr.sbin/hostapd/privsep.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/hostapd/privsep.c b/usr.sbin/hostapd/privsep.c
index dd8eec9e81c..aebc78382b2 100644
--- a/usr.sbin/hostapd/privsep.c
+++ b/usr.sbin/hostapd/privsep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: privsep.c,v 1.2 2005/04/13 18:25:28 henning Exp $ */
+/* $OpenBSD: privsep.c,v 1.3 2005/04/13 19:06:11 deraadt Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -164,7 +164,6 @@ hostapd_priv_init(struct hostapd_config *cfg)
/* Executed after the event loop has been terminated */
hostapd_cleanup(cfg);
-
_exit(EXIT_SUCCESS);
}
@@ -434,9 +433,9 @@ hostapd_may_read(int fd, void *buf, size_t n)
return (0);
}
-/*
+/*
* Read data with the assertion that it all must come through, or
- * else abort the process. Based on atomicio() from openssh.
+ * else abort the process. Based on atomicio() from openssh.
*/
void
hostapd_must_read(int fd, void *buf, size_t n)