~kris/9p

9hist

59800ad5dede4ebcf460e7404f7e55f8038008f8 — David du Colombier 24 years ago 93af6fa
Plan 9 from Bell Labs 2002-08-17
1 files changed, 1 insertions(+), 2 deletions(-)

M port/sysproc.c
M port/sysproc.c => port/sysproc.c +1 -2
@@ 432,7 432,7 @@ sysexec(ulong *arg)
	for(i=0; i<=f->maxfd; i++)
		fdclose(i, CCEXEC);

print("set up segments\n");
print("set up segments for pid %lud\n", up->pid);
	/* Text.  Shared. Attaches to cache image if possible */
	/* attachimage returns a locked cache image */
	img = attachimage(SG_TEXT|SG_RONLY, tc, UTZERO, (t-UTZERO)>>PGSHIFT);


@@ 492,7 492,6 @@ print("set up segments\n");
	qunlock(&up->debug);
	if(up->hang)
		up->procctl = Proc_stopme;
print("go\n");

	return execregs(entry, ssize, nargs);
}