/[emacs]/emacs/src/process.c
ViewVC logotype

Diff of /emacs/src/process.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.341.4.5 by jhd, Sun Feb 23 18:57:54 2003 UTC revision 1.341.4.6 by pot, Mon Apr 21 22:34:15 2003 UTC
# Line 3778  process_send_signal (process, signo, cur Line 3778  process_send_signal (process, signo, cur
3778          gid = - XFASTINT (p->pid);          gid = - XFASTINT (p->pid);
3779  #endif /* ! defined (pfa) */  #endif /* ! defined (pfa) */
3780    
3781    #ifdef HPUX11
3782          if (gid == -1)
3783            gid = - XFASTINT (p->pid);
3784    #endif /* ! defined (pfa) */
3785    
3786        if (gid == -1)        if (gid == -1)
3787          no_pgrp = 1;          no_pgrp = 1;
3788        else        else

Legend:
Removed from v.1.341.4.5  
changed lines
  Added in v.1.341.4.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26