From a1879fac25f1e2f44fe02e909118d44e5923fa1e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Nov 2004 20:21:54 +0000 Subject: r3441: some include file cleanups and general housekeeping --- source/lib/replace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/lib/replace.c') diff --git a/source/lib/replace.c b/source/lib/replace.c index 4ed99c833c7..c23c65c8c81 100644 --- a/source/lib/replace.c +++ b/source/lib/replace.c @@ -27,7 +27,7 @@ /******************************************************************* ftruncate for operating systems that don't have it ********************************************************************/ - int ftruncate(int f,SMB_OFF_T l) + int ftruncate(int f,off_t l) { struct flock fl; -- cgit