From 470ebf8a3504474dea5c324d01282e59c034a236 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 28 Sep 2007 01:32:08 +0000 Subject: r25399: Excise uint - > uint32 (where appropriate) or unsigned int. Jeremy. (This used to be commit b4ee924000f4a21b16a70e08e58331d209c4d114) --- source3/include/vfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 768c9fbcab..a5fe4afe6a 100644 --- a/source3/include/vfs.h +++ b/source3/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. */ -- cgit