]> Zhao Yanbai Git Server - minix.git/commitdiff
Minor commit to remove conflict with update.
authorJorrit Herder <jnherder@minix3.org>
Wed, 1 Jun 2005 14:34:59 +0000 (14:34 +0000)
committerJorrit Herder <jnherder@minix3.org>
Wed, 1 Jun 2005 14:34:59 +0000 (14:34 +0000)
servers/pm/exec.c

index b7656274cffee1ae6bdee47573d9545340f5fda3..744f9c094fe4650fd474192dca4facec4bb5da15 100644 (file)
@@ -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