diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index a84dac144d8..4d59ff0d452 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -182,9 +182,9 @@ extern int h_errno; | |||
| 182 | #endif | 182 | #endif |
| 183 | 183 | ||
| 184 | /* Number of events of change of status of a process. */ | 184 | /* Number of events of change of status of a process. */ |
| 185 | static int process_tick; | 185 | static EMACS_INT process_tick; |
| 186 | /* Number of events for which the user or sentinel has been notified. */ | 186 | /* Number of events for which the user or sentinel has been notified. */ |
| 187 | static int update_tick; | 187 | static EMACS_INT update_tick; |
| 188 | 188 | ||
| 189 | /* Define NON_BLOCKING_CONNECT if we can support non-blocking connects. */ | 189 | /* Define NON_BLOCKING_CONNECT if we can support non-blocking connects. */ |
| 190 | 190 | ||