1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/japanese/samba/files/patch-da
Steve Price 122b98609e Update to version 2.0.7-ja-2.2.
PR:		25108
Submitted by:	maintainer
2001-02-26 04:50:26 +00:00

12 lines
317 B
Plaintext

--- lib/util.c~ Fri Oct 20 01:20:08 2000
+++ lib/util.c Thu Jan 11 13:47:55 2001
@@ -1605,7 +1605,7 @@
extend a file with ftruncate. Provide alternate implementation
for this */
-#ifdef HAVE_FTRUNCATE_EXTEND
+#ifdef 0 /*HAVE_FTRUNCATE_EXTEND*/
return sys_ftruncate(fd, len);
#else
SMB_STRUCT_STAT st;