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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/smb_sid.h
          +++ new/usr/src/uts/common/smbsrv/smb_sid.h
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22   * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
  23   23   * Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  24   24   */
  25   25  
  26   26  #ifndef _SMB_SID_H
  27   27  #define _SMB_SID_H
  28   28  
  29   29  /*
  30   30   * Security Identifier (SID) interface definition.
  31   31   */
  32      -#include <smbsrv/wintypes.h>
       32 +#include <smb/wintypes.h>
  33   33  
  34   34  #ifdef __cplusplus
  35   35  extern "C" {
  36   36  #endif
  37   37  
  38   38  /*
  39   39   * Predefined global user RIDs.
  40   40   */
  41   41  #define DOMAIN_USER_RID_ADMIN           (0x000001F4L)   /* 500 */
  42   42  #define DOMAIN_USER_RID_GUEST           (0x000001F5L)   /* 501 */
↓ open down ↓ 263 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX