summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ipc/vfs_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/ipc/vfs_ipc.c')
-rw-r--r--source4/ntvfs/ipc/vfs_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ipc/vfs_ipc.c b/source4/ntvfs/ipc/vfs_ipc.c
index 1c02e8fadc..635b14b821 100644
--- a/source4/ntvfs/ipc/vfs_ipc.c
+++ b/source4/ntvfs/ipc/vfs_ipc.c
@@ -54,7 +54,7 @@ struct ipc_private {
static uint16 find_next_fnum(struct ipc_private *ipc)
{
struct pipe_state *p;
- uint32 ret;
+ uint32_t ret;
if (ipc->num_open == 0xFFFF) {
return 0;