From: Eric Blake Date: Tue, 9 Aug 2011 22:07:11 +0000 (-0600) Subject: ChangeLog: fix wrong attribution in last commit X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e117d03ff9c6ca545f1e8be91c92cfcca605e37;p=pspp ChangeLog: fix wrong attribution in last commit Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 455a699d74..993ec0c160 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2011-08-09 Eric Blake fseeko: remove unneeded hack - * tests/test-fflush2.c (main): Don't special-case SEEK_END. + * lib/fseeko.c (fseeko): Don't special-case SEEK_END. fseeko: fix bug on glibc * lib/fseeko.c (fseeko): Set stream offset to match fd offset.