From: Jorrit Herder Date: Wed, 1 Jun 2005 14:34:59 +0000 (+0000) Subject: Minor commit to remove conflict with update. X-Git-Tag: v3.1.0~779 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-dsfromkey.html?a=commitdiff_plain;h=f926f1209d9e4df6d38fb0d89a99a61c742b6d22;p=minix.git Minor commit to remove conflict with update. --- diff --git a/servers/pm/exec.c b/servers/pm/exec.c index b7656274c..744f9c094 100644 --- a/servers/pm/exec.c +++ b/servers/pm/exec.c @@ -372,7 +372,7 @@ phys_bytes tot_bytes; /* total memory to allocate, including gap */ bytes -= bss_offset; if ((s=sys_physzero(base, bytes)) != OK) { - panic("new_mem can't zero", s); + panic(__FILE__,"new_mem can't zero", s); } #if DEAD_CODE