aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 6b58bc6315b..c9c6ab6d4b3 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5424,7 +5424,7 @@ send_process (volatile Lisp_Object proc, const char *volatile buf,
5424 that may allow the program 5424 that may allow the program
5425 to finish doing output and read more. */ 5425 to finish doing output and read more. */
5426 { 5426 {
5427 size_t offset = 0; 5427 EMACS_INT offset = 0;
5428 5428
5429#ifdef BROKEN_PTY_READ_AFTER_EAGAIN 5429#ifdef BROKEN_PTY_READ_AFTER_EAGAIN
5430 /* A gross hack to work around a bug in FreeBSD. 5430 /* A gross hack to work around a bug in FreeBSD.