[BACK]Return to jobs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / sh

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/bin/sh/jobs.c between version 1.3 and 1.4

version 1.3, 1993/03/23 00:28:11 version 1.4, 1993/04/26 06:09:17
Line 806  waitproc(block, status)
Line 806  waitproc(block, status)
 #endif  #endif
         if (block == 0)          if (block == 0)
                 flags |= WNOHANG;                  flags |= WNOHANG;
         return wait3((union wait *)status, flags, (struct rusage *)NULL);          return wait3((int *)status, flags, (struct rusage *)NULL);
 #else  #else
 #ifdef SYSV  #ifdef SYSV
         int (*save)();          int (*save)();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>