Print this page
1575 untangle libmlrpc ... (smbsrv)

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/netrauth.h
          +++ new/usr/src/uts/common/smbsrv/netrauth.h
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26   */
  27   27  
  28   28  #ifndef _SMBSRV_NETRAUTH_H
  29   29  #define _SMBSRV_NETRAUTH_H
  30   30  
  31   31  /*
  32   32   * NETR remote authentication and logon services.
  33   33   */
  34   34  
  35   35  #include <sys/types.h>
  36      -#include <smbsrv/wintypes.h>
       36 +#include <smb/wintypes.h>
  37   37  #include <smbsrv/netbios.h>
  38   38  #include <smbsrv/smbinfo.h>
  39   39  #include <netdb.h>
  40   40  
  41   41  #ifdef __cplusplus
  42   42  extern "C" {
  43   43  #endif
  44   44  
  45   45  /*
  46   46   * See also netlogon.ndl.
↓ open down ↓ 104 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX