]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 10:17:32 +0000 (10:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Jan 2000 10:17:32 +0000 (10:17 +0000)
commit6e9b72d3abab3236a2e079587ad5c5653d96e7bd
tree70a7240d7d3cb1ba0e16709dac8b154a879c975c
parent3a47453d294550539dd26da02dfcecd5e09a4f0a
Update.

* sysdeps/unix/sysv/linux/fstatvfs.c: Move actual code in...
* sysdeps/unix/sysv/linux/internal_statvfs.c: ...here.  New file.
* sysdeps/unix/sysv/linux/statvfs.c: Don't use fstatvfs since the
open call would require read permission.
Patch by James Antill <james@and.org>.

* sysdeps/unix/sysv/linux/Dist: Add internal_fnmatch.c.

* inet/getnameinfo.c: Terminate host name for NI_NOFQDN.
PR1515.  Patches by Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>.
ChangeLog
inet/getnameinfo.c
sysdeps/unix/sysv/linux/Dist
sysdeps/unix/sysv/linux/fstatvfs.c
sysdeps/unix/sysv/linux/internal_statvfs.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/statvfs.c