summaryrefslogtreecommitdiffstats
path: root/sbin/init
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-11-20 21:25:58 +0000
committerobrien <obrien@FreeBSD.org>2007-11-20 21:25:58 +0000
commit1c51acbce1ea819857b8170bf96595aa595278cc (patch)
treebd67a6bf575477fe87da6308f6f134aa2f0f1e38 /sbin/init
parente478b5580afedc22bf0764bb3da9164cc9ace1eb (diff)
downloadFreeBSD-src-1c51acbce1ea819857b8170bf96595aa595278cc.zip
FreeBSD-src-1c51acbce1ea819857b8170bf96595aa595278cc.tar.gz
Addition style(9) change.
Diffstat (limited to 'sbin/init')
-rw-r--r--sbin/init/init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index 81a8c42..ba145be 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -354,7 +354,7 @@ invalid:
iov[1].iov_len = sizeof(_devfs);
iov[2].iov_base = _fspath;
iov[2].iov_len = sizeof(_fspath);
- /*
+ /*
* Try to avoid the trailing slash in _PATH_DEV.
* Be *very* defensive.
*/
@@ -1373,8 +1373,8 @@ clean_ttys(void)
int devlen;
char *old_getty, *old_window, *old_type;
- /*
- * mark all sessions for death, (!SE_PRESENT)
+ /*
+ * mark all sessions for death, (!SE_PRESENT)
* as we find or create new ones they'll be marked as keepers,
* we'll later nuke all the ones not found in /etc/ttys
*/
OpenPOWER on IntegriCloud