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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/ndl/msgsvc.ndl
          +++ new/usr/src/uts/common/smbsrv/ndl/msgsvc.ndl
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  24   26   */
  25   27  
  26   28  #ifndef _MSGSVC_NDL_
  27   29  #define _MSGSVC_NDL_
  28   30  
  29   31  /*
  30   32   * Message Service
  31   33   */
  32   34  
  33      -#include "ndrtypes.ndl"
       35 +#include <libmlrpc/ndrtypes.ndl>
  34   36  
  35   37  #define MSGSVCSEND_OPNUM_NetrSendMessage        0x00
  36   38  
  37   39  struct msgsvc_uuid {
  38   40          DWORD   data1;
  39   41          WORD    data2;
  40   42          WORD    data3;
  41   43          BYTE    data4[8];
  42   44  };
  43   45  typedef struct msgsvc_uuid msgsvc_uuid_t;
↓ open down ↓ 26 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX