summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-09-28 01:32:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:31:02 -0500
commitb4ee924000f4a21b16a70e08e58331d209c4d114 (patch)
treea2010f145213ef3f4557c5acb84dd67c7c74006d /source/include
parent1f0d05807b7fe31cc4be59c7a2e850c9ec3e3864 (diff)
downloadsamba-b4ee924000f4a21b16a70e08e58331d209c4d114.tar.gz
samba-b4ee924000f4a21b16a70e08e58331d209c4d114.tar.xz
samba-b4ee924000f4a21b16a70e08e58331d209c4d114.zip
r25399: Excise uint - > uint32 (where appropriate) or unsigned int.
Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/vfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/vfs.h b/source/include/vfs.h
index 768c9fbcabb..a5fe4afe6a8 100644
--- a/source/include/vfs.h
+++ b/source/include/vfs.h
@@ -296,7 +296,7 @@ struct vfs_ops {
void *private_data,
struct notify_event *ev),
void *private_data, void *handle_p);
- int (*chflags)(struct vfs_handle_struct *handle, const char *path, uint flags);
+ int (*chflags)(struct vfs_handle_struct *handle, const char *path, unsigned int flags);
struct file_id (*file_id_create)(struct vfs_handle_struct *handle, SMB_DEV_T dev, SMB_INO_T inode);
/* NT ACL operations. */