From f6b1a0835fc9c31861c72944fc938c495f850775 Mon Sep 17 00:00:00 2001 From: mlarkin Date: Tue, 28 Apr 2015 05:54:31 +0000 Subject: [PATCH] Someone went to the trouble of vertically aligning a set of parameters but missed one. This diff is only a spacing change. --- sbin/pflogd/privsep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/pflogd/privsep.c b/sbin/pflogd/privsep.c index 7d3fce0a58f..bb051064c5c 100644 --- a/sbin/pflogd/privsep.c +++ b/sbin/pflogd/privsep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep.c,v 1.19 2014/06/26 17:56:09 tobias Exp $ */ +/* $OpenBSD: privsep.c,v 1.20 2015/04/28 05:54:31 mlarkin Exp $ */ /* * Copyright (c) 2003 Can Erkin Acar @@ -112,7 +112,7 @@ priv_init(void) signal(SIGTERM, sig_pass_to_chld); signal(SIGHUP, sig_pass_to_chld); signal(SIGINT, sig_pass_to_chld); - signal(SIGQUIT, sig_pass_to_chld); + signal(SIGQUIT, sig_pass_to_chld); signal(SIGCHLD, sig_chld); setproctitle("[priv]"); -- 2.20.1