r15387: Fix installation of dcerpc headers, remove more instances of uint_t
[nivanova/samba-autobuild/.git] / source4 / ntvfs / simple / svfs.h
index 98ce6469a2ed7fde80726e2b518337e0f6a5068d..74e7b6c4529676aa4ef0be5c2093899e37f240c0 100644 (file)
@@ -13,9 +13,9 @@ struct svfs_private {
 };
 
 struct svfs_dir {
-       uint_t count;
+       unsigned int count;
        char *unix_dir;
-       struct {
+       struct svfs_dirfile {
                char *name;
                struct stat st;
        } *files;
@@ -30,6 +30,6 @@ struct svfs_file {
 struct search_state {
        struct search_state *next, *prev;
        uint16_t handle;
-       uint_t current_index;
+       unsigned int current_index;
        struct svfs_dir *dir;
 };