diff options
Diffstat (limited to 'source4/ntvfs/simple/svfs.h')
-rw-r--r-- | source4/ntvfs/simple/svfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/simple/svfs.h b/source4/ntvfs/simple/svfs.h index 33b7cb7011..d3bafb42e3 100644 --- a/source4/ntvfs/simple/svfs.h +++ b/source4/ntvfs/simple/svfs.h @@ -17,7 +17,7 @@ struct svfs_private { struct svfs_dir { uint_t count; char *unix_dir; - struct { + struct svfs_dirfile { char *name; struct stat st; } *files; |