diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 6f475616f..5f006020b 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -15,6 +15,11 @@ * samba/lib/util.c (set_filelen): Likewise. (setbuffer): Likewise. + * Makefile.am (SAMBA_DIST): Remove tests/ftruncate.c + * samba/tests/ftruncate.c: Removed. + * samba/configure.in: Don't check if ftruncate() can + extend a file. + 2002-06-06 Andrew V. Samoilov * cpio.c (cpio_read_oldc_head): Use char[] for buf instead diff --git a/vfs/Makefile.am b/vfs/Makefile.am index bdeffe2eb..8579371e9 100644 --- a/vfs/Makefile.am +++ b/vfs/Makefile.am @@ -170,7 +170,6 @@ SAMBA_DIST = \ param/loadparm.c \ param/params.c \ tests/README \ - tests/ftruncate.c \ tests/getgroups.c \ tests/summary.c \ tests/trivial.c