* process.h: Add extern to synch_process_termsig.
authorJan Djärv <jan.h.d@swipnet.se>
Tue, 27 Jan 2004 09:40:23 +0000 (09:40 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Tue, 27 Jan 2004 09:40:23 +0000 (09:40 +0000)
src/ChangeLog
src/process.h

index 6845cc8..4592da8 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-27  Jan Dj\e,Ad\e(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
index 74cb218..6e2641d 100644 (file)
@@ -137,7 +137,7 @@ extern int synch_process_alive;
 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.  */