# HG changeset patch # User Karl Heuer # Date 823127768 0 # Node ID fc22eb3a414654c439c5204e50a78fdb332242e5 # Parent cec2ae2e376ab1787a33a983c2dbe0567e03694d (synch_process_death, synch_process_retcode): Delete extra declaration. diff -r cec2ae2e376a -r fc22eb3a4146 src/process.h --- a/src/process.h Wed Jan 31 21:01:16 1996 +0000 +++ b/src/process.h Wed Jan 31 22:36:08 1996 +0000 @@ -90,8 +90,6 @@ /* Communicate exit status of sync process to from sigchld_handler to Fcall_process. */ -extern int synch_process_retcode; -extern char *synch_process_death; /* Nonzero => this is a string explaining death of synchronous subprocess. */ extern char *synch_process_death;