From: Bruno Haible Date: Thu, 31 Mar 2011 09:03:21 +0000 (+0200) Subject: Fix recent ChangeLog entries. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98336a3006ddc5ce4743587889c2e78eb15f1cb1;p=pspp Fix recent ChangeLog entries. --- diff --git a/ChangeLog b/ChangeLog index 5bc9b7394f..0794a3066e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ 2011-03-30 Eric Blake passfd: fix scoping bug - * lib/passfd.c (sendfd, passfd): Don't let buf go out of scope + * lib/passfd.c (sendfd, recvfd): Don't let buf go out of scope before sendmsg/recvmsg. passfd: standardize coding conventions @@ -20,7 +20,7 @@ can be learned at compile time. * lib/passfd.c (MSG_CMSG_CLOEXEC): Reduce number of in-function ifdefs. - (passfd, recvfd): Follow gnulib code conventions. + (sendfd, recvfd): Follow gnulib code conventions. passfd: fix incorrect sendmsg arguments * lib/passfd.c (sendfd): Avoid uninitialized msg_flags field, and