Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/client/tree.c

    r414 r988  
    3131struct tree_data {
    3232
    33   guint32 type;    /* Type of tree item, an SMBC_TYPE */
     33  guint32_t type;    /* Type of tree item, an SMBC_TYPE */
    3434  char name[256];  /* May need to change this later   */
    3535
     
    129129}
    130130
    131 struct tree_data *make_tree_data(guint32 type, const char *name)
     131struct tree_data *make_tree_data(guint32_t type, const char *name)
    132132{
    133133  struct tree_data *p = SMB_MALLOC_P(struct tree_data);
Note: See TracChangeset for help on using the changeset viewer.