changeset 53726:f37373c2902a

* process.h: Add extern to synch_process_termsig.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 27 Jan 2004 09:40:23 +0000
parents 38163e38885b
children c85ffeab5831
files src/ChangeLog src/process.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jan 27 07:42:55 2004 +0000
+++ b/src/ChangeLog	Tue Jan 27 09:40:23 2004 +0000
@@ -1,3 +1,7 @@
+2004-01-27  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* process.h: Add extern to synch_process_termsig.
+
 2004-01-27  Steven Tamm <steventamm@mac.com>
 
 	* macterm.c (make_mac_frame, make_mac_terminal_frame): Move
--- a/src/process.h	Tue Jan 27 07:42:55 2004 +0000
+++ b/src/process.h	Tue Jan 27 09:40:23 2004 +0000
@@ -137,7 +137,7 @@
 extern char *synch_process_death;
 
 /* Nonzero => this is the signal number that terminated the subprocess.  */
-int synch_process_termsig;
+extern int synch_process_termsig;
 
 /* If synch_process_death is zero,
    this is exit code of synchronous subprocess.  */