Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/bin/sh
Module Name: src
Committed By: tv
Date: Fri Sep 30 18:57:55 UTC 2005
Modified Files:
src/bin/sh: jobs.c
Log Message:
Make slightly more portable without extra conditionals needed:
- Use getpgrp() rather than getpgid(0).
(getpgrp() is already used elsewhere in this same file.)
- Use waitpid(-1, a, b) rather than wait3(a, b, NULL).
To generate a diff of this commit:
cvs rdiff -r1.63 -r1.64 src/bin/sh/jobs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index