Change uint_t to unsigned int in source4
[samba.git] / source4 / ntvfs / posix / pvfs_fileinfo.c
index a14c8f64ae0c5fd5a98da7d1e0faac3a42f4b890..a372383daac68021780fd23b8c25e98fe3b82c62 100644 (file)
@@ -53,7 +53,7 @@ static uint32_t dos_mode_from_stat(struct pvfs_state *pvfs, struct stat *st)
   fill in the dos file attributes for a file
 */
 NTSTATUS pvfs_fill_dos_info(struct pvfs_state *pvfs, struct pvfs_filename *name,
-                           uint_t flags, int fd)
+                           unsigned int flags, int fd)
 {
        NTSTATUS status;
        DATA_BLOB lkey;