Changeset da5475 in git
- Timestamp:
- Jul 28, 2000, 11:27:21 AM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c18334b998a8adbf0013b8e1ce0824774019443e')
- Children:
- 030f16db40170e21871c4afc1bca0fd058537e81
- Parents:
- 86e2261b9a7aafe7cbbc9c7b536bfec05bf265fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/fehelp.cc
r86e226 rda5475 808 808 809 809 // --remote exits with status != 0 if netscaep isn't already running 810 #ifdef HPUX_9 811 signal(SIGCHLD, (void (*)(int))SIG_DFL); 812 #endif 810 813 if (system(sys) != 0) 811 814 { … … 820 823 } 821 824 } 825 #ifdef HPUX_9 826 signal(SIGCHLD, (void (*)(int))SIG_IGN); 827 #endif 822 828 } 823 829
Note: See TracChangeset
for help on using the changeset viewer.