From: Paul Eggert Date: Fri, 18 Mar 2011 05:09:58 +0000 (-0700) Subject: Add Bug#. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~513^2~24^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=591b2973e740d73b4bd00a78e8dc5444d59a22f3;p=emacs.git Add Bug#. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6eaa52ee285..f1a6dcb3c17 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,7 +3,7 @@ * process.c (Fmake_network_process): Use socklen_t, not int, where POSIX says socklen_t is required in portable programs. This fixes a porting bug on hosts like 64-bit HP-UX, where - socklen_t is wider than int. + socklen_t is wider than int (Bug#8277). (Fmake_network_process, server_accept_connection): (wait_reading_process_output, read_process_output): Likewise.