~kris/9p

9hist

0bd7dd05948d9f23f3ca1fc6a4517659ba5db568 — David du Colombier 24 years ago b4fcd3b
Plan 9 from Bell Labs 2002-08-19
1 files changed, 0 insertions(+), 1 deletions(-)

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

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);