Excise uint - > uint32 (where appropriate) or unsigned int.
[metze/old/v3-2-winbind-ndr.git] / source / include / vfs.h
index 768c9fbcabb0b4af6c9bce4d5f22ab6b194fb626..a5fe4afe6a82665c451cf029db15dd75ce724b05 100644 (file)
@@ -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. */