Patch #: 77 Type: operational change Priority: none Modification: improve aufs signal handling under HP-UX Submitted: Mark Davies Archived: munnari.OZ.AU mac/cap.patches/cap60.patch077 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch077' Summary: move NOPGRP definition inside __hpux File: cap60/netat/sysvcompat.h *** netat/sysvcompat.h.orig Sat Aug 31 19:49:06 1991 --- netat/sysvcompat.h Sun Feb 16 02:40:54 1992 *************** *** 1,7 **** /* ! * $Author: djh $ $Date: 1991/08/31 09:48:56 $ ! * $Header: /mac/src/cap60/netat/RCS/sysvcompat.h,v 2.3 1991/08/31 09:48:56 djh Rel djh $ ! * $Revision: 2.3 $ */ /* --- 1,7 ---- /* ! * $Author: djh $ $Date: 1992/02/15 15:40:19 $ ! * $Header: /mac/src/cap60/netat/RCS/sysvcompat.h,v 2.4 1992/02/15 15:40:19 djh Rel djh $ ! * $Revision: 2.4 $ */ /* *************** *** 37,42 **** --- 37,43 ---- # define NOWAIT3 /* no wait3 */ # define NODUP2 /* no dup2 */ # define NOLSTAT /* no symbolic links */ + # define NOPGRP /* no process groups (setpgrp, killpg) */ #else __hpux # define _BSD # define POSIX *************** *** 45,51 **** # define USERAND /* use srand, rand */ # define USEGETCWD /* use getcwd instead of bsd getwd */ # define NOUTIMES /* no utimes - use utime */ - # define NOPGRP /* no process groups (setpgrp, killpg) */ #endif #ifdef aux --- 46,51 ---- *** README.orig Sun Feb 16 02:41:27 1992 --- README Sun Feb 16 02:41:52 1992 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 76, February 1992 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 77, February 1992 Introduction ------------