ugly double blank line, my fault
This commit is contained in:
parent
9e62bd5241
commit
2dc9e354f7
1 changed files with 0 additions and 1 deletions
|
@ -291,7 +291,6 @@ int dump_core; /* flag indicating whether to dump core */
|
||||||
panic(__FILE__, "exit_proc: FS died", r);
|
panic(__FILE__, "exit_proc: FS died", r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Tell FS about the exiting process. */
|
/* Tell FS about the exiting process. */
|
||||||
m.m_type = dump_core ? PM_DUMPCORE : PM_EXIT;
|
m.m_type = dump_core ? PM_DUMPCORE : PM_EXIT;
|
||||||
m.PM_PROC = rmp->mp_endpoint;
|
m.PM_PROC = rmp->mp_endpoint;
|
||||||
|
|
Loading…
Reference in a new issue