Fix style nit where conditionally compiled code was unconditionalized,

but style(9) was consulted.

Submitted by:	bde
This commit is contained in:
David E. O'Brien 2002-09-29 04:47:41 +00:00
parent a35a7e761a
commit 21b68415cd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104129

View file

@ -1731,8 +1731,7 @@ issignal(td)
PICKUP_GIANT();
PROC_LOCK(p);
break;
} else
if (prop & SA_IGNORE) {
} else if (prop & SA_IGNORE) {
/*
* Except for SIGCONT, shouldn't get here.
* Default action is to ignore; drop it.