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