From: Jim Meyering Date: Sun, 29 Oct 2000 17:19:51 +0000 (+0000) Subject: fix typo: s/fseek0/fseeko/ X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167c458bc18372a64c00416811748b8bb8d682cd;p=pspp 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