diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-01 20:21:54 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2004-11-01 20:21:54 +0000 |
commit | a1879fac25f1e2f44fe02e909118d44e5923fa1e (patch) | |
tree | c7aec35d845e80ee3d565b2a39380bb74f69b893 /source/lib/replace.c | |
parent | ce9d2174afdcead56ece22b1f9b7c19d573ad66b (diff) | |
download | samba-a1879fac25f1e2f44fe02e909118d44e5923fa1e.tar.gz samba-a1879fac25f1e2f44fe02e909118d44e5923fa1e.tar.xz samba-a1879fac25f1e2f44fe02e909118d44e5923fa1e.zip |
r3441: some include file cleanups and general housekeeping
Diffstat (limited to 'source/lib/replace.c')
-rw-r--r-- | source/lib/replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |