fix typo: s/fseek0/fseeko/
authorJim Meyering <jim@meyering.net>
Sun, 29 Oct 2000 17:19:51 +0000 (17:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Oct 2000 17:19:51 +0000 (17:19 +0000)
lib/ChangeLog

index dfd0cc3..99b5367 100644 (file)
@@ -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  <meyering@lucent.com>