mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
122b98609e
PR: 25108 Submitted by: maintainer
12 lines
317 B
Plaintext
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;
|