Mercurial > hg > xemacs-beta
comparison src/s/linux.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | c69610198c35 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
205 /* Use BSD process groups, but use setpgid() instead of setpgrp() to | 205 /* Use BSD process groups, but use setpgid() instead of setpgrp() to |
206 actually set a process group. */ | 206 actually set a process group. */ |
207 | 207 |
208 /* XEmacs: removed setpgrp() definition because we use setpgid() when | 208 /* XEmacs: removed setpgrp() definition because we use setpgid() when |
209 it's available, and autodetect it. */ | 209 it's available, and autodetect it. */ |
210 |