Browse Source

* 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.

Andrew V. Samoilov 23 years ago
parent
commit
3663bff65f
2 changed files with 5 additions and 1 deletions
  1. 5 0
      vfs/ChangeLog
  2. 0 1
      vfs/Makefile.am

+ 5 - 0
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  <kai@cmail.ru>
 
 	* cpio.c (cpio_read_oldc_head): Use char[] for buf instead

+ 0 - 1
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