diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-17 22:10:57 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2017-01-17 22:10:57 +0000 |
commit | d1cc78f2f054530923e25b25d454028b601435ce (patch) | |
tree | cf271a6660395fd311ea8056771e59c5f89f0f0a /usr.sbin/switchd | |
parent | ca24d3f0c085ed9f6af36784341225114bc284c2 (diff) |
Nuke some whitespace that keeps poking me in the eye as I try to
steal code.
Diffstat (limited to 'usr.sbin/switchd')
-rw-r--r-- | usr.sbin/switchd/control.c | 4 | ||||
-rw-r--r-- | usr.sbin/switchd/proc.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/switchd/control.c b/usr.sbin/switchd/control.c index 9367f32c16e..9cc78fb3745 100644 --- a/usr.sbin/switchd/control.c +++ b/usr.sbin/switchd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.7 2017/01/09 14:49:22 reyk Exp $ */ +/* $OpenBSD: control.c,v 1.8 2017/01/17 22:10:56 krw Exp $ */ /* * Copyright (c) 2010-2016 Reyk Floeter <reyk@openbsd.org> @@ -69,7 +69,7 @@ control_run(struct privsep *ps, struct privsep_proc *p, void *arg) { /* * pledge in the control process: - * stdio - for malloc and basic I/O including events. + * stdio - for malloc and basic I/O including events. * cpath - for managing the control socket. * unix - for the control socket. * recvfd - for the proc fd exchange. diff --git a/usr.sbin/switchd/proc.c b/usr.sbin/switchd/proc.c index 4f36a83cd42..55ed09e4275 100644 --- a/usr.sbin/switchd/proc.c +++ b/usr.sbin/switchd/proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.c,v 1.10 2017/01/09 14:49:22 reyk Exp $ */ +/* $OpenBSD: proc.c,v 1.11 2017/01/17 22:10:56 krw Exp $ */ /* * Copyright (c) 2010 - 2016 Reyk Floeter <reyk@openbsd.org> @@ -208,7 +208,7 @@ proc_init(struct privsep *ps, struct privsep_proc *procs, unsigned int nproc, proc_setup(ps, procs, nproc); /* - * Create the children sockets so we can use them + * Create the children sockets so we can use them * to distribute the rest of the socketpair()s using * proc_connect() later. */ |