From d8d3a5ffe3fb73d64869c133fe398efeb4e79d77 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 31 Jan 2005 16:06:21 +0000 Subject: r5137: fix types metze (This used to be commit add1c579375d08040f722946da31ee3862f9e7ac) --- source4/ntvfs/common/brlock.c | 2 +- source4/ntvfs/posix/pvfs_fileinfo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/ntvfs') diff --git a/source4/ntvfs/common/brlock.c b/source4/ntvfs/common/brlock.c index d521dc80d3..d0385fbb0b 100644 --- a/source4/ntvfs/common/brlock.c +++ b/source4/ntvfs/common/brlock.c @@ -525,7 +525,7 @@ NTSTATUS brl_remove_pending(struct brl_context *brl, NTSTATUS brl_locktest(struct brl_context *brl, DATA_BLOB *file_key, uint16_t fnum, - uint16 smbpid, + uint16_t smbpid, uint64_t start, uint64_t size, enum brl_type lock_type) { diff --git a/source4/ntvfs/posix/pvfs_fileinfo.c b/source4/ntvfs/posix/pvfs_fileinfo.c index fc60aa6e89..027118e7d9 100644 --- a/source4/ntvfs/posix/pvfs_fileinfo.c +++ b/source4/ntvfs/posix/pvfs_fileinfo.c @@ -97,7 +97,7 @@ NTSTATUS pvfs_fill_dos_info(struct pvfs_state *pvfs, struct pvfs_filename *name, /* return a set of unix file permissions for a new file or directory */ -mode_t pvfs_fileperms(struct pvfs_state *pvfs, uint32 attrib) +mode_t pvfs_fileperms(struct pvfs_state *pvfs, uint32_t attrib) { mode_t mode = S_IRUSR; -- cgit