aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/libsm/assert.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2020-07-15 18:28:54 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2020-07-15 18:28:54 +0000
commit5b0945b57059d1cde0831d3afea7ec56c7d79508 (patch)
treee49923939d3056efb36ba71433d5f2601ba06f5c /contrib/sendmail/libsm/assert.c
parent289d6a3fa6f52d2222728c98d085fd743b46aab4 (diff)
parentcee0d44ab388e12fbd62fdb134d295c58901148a (diff)
Notes
Diffstat (limited to 'contrib/sendmail/libsm/assert.c')
-rw-r--r--contrib/sendmail/libsm/assert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/assert.c b/contrib/sendmail/libsm/assert.c
index 6393e9eca419e..e777201090284 100644
--- a/contrib/sendmail/libsm/assert.c
+++ b/contrib/sendmail/libsm/assert.c
@@ -83,7 +83,7 @@ sm_abort_defaulthandler(filename, lineno, msg)
#ifdef SIGSTOP
if (sm_debug_active(&SmAbortStop, 1))
kill(getpid(), SIGSTOP);
-#endif /* SIGSTOP */
+#endif
abort();
}