aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6eaa52ee285..f1a6dcb3c17 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,7 +3,7 @@
3 * process.c (Fmake_network_process): Use socklen_t, not int, 3 * process.c (Fmake_network_process): Use socklen_t, not int,
4 where POSIX says socklen_t is required in portable programs. 4 where POSIX says socklen_t is required in portable programs.
5 This fixes a porting bug on hosts like 64-bit HP-UX, where 5 This fixes a porting bug on hosts like 64-bit HP-UX, where
6 socklen_t is wider than int. 6 socklen_t is wider than int (Bug#8277).
7 (Fmake_network_process, server_accept_connection): 7 (Fmake_network_process, server_accept_connection):
8 (wait_reading_process_output, read_process_output): 8 (wait_reading_process_output, read_process_output):
9 Likewise. 9 Likewise.