2004-04-03  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/internal_statvfs.c: Restructure to avoid
	duplication in 64-bit version.
	* sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c: New file.
This commit is contained in:
Ulrich Drepper 2004-04-03 17:33:49 +00:00
parent 6016e6f6f5
commit 6472c918f7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2004-04-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/internal_statvfs.c: Restructure to avoid
duplication in 64-bit version.
* sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c: New file.
2004-04-03 Andreas Jaeger <aj@suse.de>
* nis/nss-nis.c: Include <string.h> for strncmp.

View File

@ -0,0 +1 @@
/* Nothing. */