CVS: sml-dist/src/runtime/c-libs/posix-process exec.c,1.2,1.3 waitpid.c,1.2,1.3

John Reppy <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/runtime/c-libs/posix-process
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2637

Modified Files:
	exec.c waitpid.c 
Log Message:
  Removed debugging code.


Index: exec.c
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/runtime/c-libs/posix-process/exec.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** exec.c	1 Jun 2000 18:33:46 -0000	1.2
--- exec.c	23 Feb 2006 21:01:02 -0000	1.3
***************
*** 36,40 ****
  
      sts = execv(STR_MLtoC(path), argv);
- 
      CHK_RETURN (msp, sts)
  
--- 36,39 ----

Index: waitpid.c
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/runtime/c-libs/posix-process/waitpid.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** waitpid.c	1 Jun 2000 18:33:46 -0000	1.2
--- waitpid.c	23 Feb 2006 21:01:02 -0000	1.3
***************
*** 22,27 ****
      ml_val_t  r;
  
!     pid = waitpid(REC_SELINT(arg, 0), &status, REC_SELWORD(arg,1));
! 
      if (pid < 0)
  	return RAISE_SYSERR(msp, pid);
--- 22,26 ----
      ml_val_t  r;
  
!     pid = waitpid(REC_SELINT(arg, 0), &status, REC_SELWORD(arg, 1));
      if (pid < 0)
  	return RAISE_SYSERR(msp, pid);



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.