diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-28 13:18:14 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-05 02:39:09 +0200 |
commit | 2320b2144fcb1236c082278444e3c6df998e17ec (patch) | |
tree | 879bb402bca2d44eba5eb1571b2631c1830e6e72 /source3/param | |
parent | 6edd8e95f1ed0ac398c84e4050357097087ae15f (diff) | |
download | samba-2320b2144fcb1236c082278444e3c6df998e17ec.tar.gz samba-2320b2144fcb1236c082278444e3c6df998e17ec.tar.bz2 samba-2320b2144fcb1236c082278444e3c6df998e17ec.zip |
build: Remove SMB_STRUCT_DIRENT define
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 86ea4a433f..d42b04f18b 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -8734,7 +8734,7 @@ int load_usershare_shares(struct smbd_server_connection *sconn, { SMB_STRUCT_DIR *dp; SMB_STRUCT_STAT sbuf; - SMB_STRUCT_DIRENT *de; + struct dirent *de; int num_usershares = 0; int max_user_shares = Globals.iUsershareMaxShares; unsigned int num_dir_entries, num_bad_dir_entries, num_tmp_dir_entries; |