From 3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Thu, 30 Jan 2020 20:05:05 +0000 Subject: Remove duplicated empty lines from kern/*.c No functional changes. --- sys/kern/kern_sig.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/kern/kern_sig.c') diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 46161ae70044..961da27ba7d0 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -865,7 +865,6 @@ freebsd4_sigaction(struct thread *td, struct freebsd4_sigaction_args *uap) struct sigaction *actp, *oactp; int error; - actp = (uap->act != NULL) ? &act : NULL; oactp = (uap->oact != NULL) ? &oact : NULL; if (actp) { @@ -1964,7 +1963,6 @@ pgsignal(struct pgrp *pgrp, int sig, int checkctty, ksiginfo_t *ksi) } } - /* * Recalculate the signal mask and reset the signal disposition after * usermode frame for delivery is formed. Should be called after @@ -1987,7 +1985,6 @@ postsig_done(int sig, struct thread *td, struct sigacts *ps) sigdflt(ps, sig); } - /* * Send a signal caused by a trap to the current thread. If it will be * caught immediately, deliver it with correct code. Otherwise, post it -- cgit v1.2.3