From: Jim Meyering Date: Sun, 29 Oct 2000 17:19:51 +0000 (+0000) Subject: fix typo: s/fseek0/fseeko/ X-Git-Tag: FILEUTILS-4_0_30~33 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=05fc0219adcbf223c06ccf890565b766b45be509;p=thirdparty%2Fcoreutils.git fix typo: s/fseek0/fseeko/ --- diff --git a/lib/ChangeLog b/lib/ChangeLog index dfd0cc3dbd..99b536717b 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -22,7 +22,7 @@ * getopt1.c: Likewise. * memcmp.c: Likewise. - * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseek0. + * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko. Patch by Ulrich Drepper. 2000-10-26 Jim Meyering