summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1998-10-21 16:31:38 +0000
committerjdp <jdp@FreeBSD.org>1998-10-21 16:31:38 +0000
commit74b341f8c8d80283094964782b353a138b8207ca (patch)
treefc77a78fd0262fda24623036f74ba7f92126e334 /sys/kern/kern_sig.c
parentb2cef22522be876196a5c9a670579c9ccf3e50b8 (diff)
downloadFreeBSD-src-74b341f8c8d80283094964782b353a138b8207ca.zip
FreeBSD-src-74b341f8c8d80283094964782b353a138b8207ca.tar.gz
Eliminate a superfluous comment.
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index f164ed6..290917a 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_sig.c 8.7 (Berkeley) 4/18/94
- * $Id: kern_sig.c,v 1.46 1998/09/14 05:36:49 jdp Exp $
+ * $Id: kern_sig.c,v 1.47 1998/09/14 23:25:18 jdp Exp $
*/
#include "opt_compat.h"
@@ -1229,10 +1229,6 @@ sigexit(p, signum)
* these messages.)
* XXX : Todo, as well as euid, write out ruid too
*/
-
- /* Use the correct function to dump core, as stored in
- the sysentvec struct. This way we can do ELF and a.out
- dumps without breaking a sweat. */
if (p->p_sysent->sv_coredump != NULL &&
(*p->p_sysent->sv_coredump)(p) == 0)
signum |= WCOREFLAG;
OpenPOWER on IntegriCloud