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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/smbsrv/ndl/netdfs.ndl
          +++ new/usr/src/uts/common/smbsrv/ndl/netdfs.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 2010 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 _NETDFS_NDL_
  27   29  #define _NETDFS_NDL_
  28   30  
  29   31  /*
  30   32   * NT Distributed File Service (NETDFS) RPC interface definition.
  31   33   */
  32   34  
  33      -#include "ndrtypes.ndl"
       35 +#include <libmlrpc/ndrtypes.ndl>
  34   36  
  35   37  
  36   38  #define NETDFS_ABSTRACT_UUID            "4fc742e0-4a10-11cf-8273-00aa004ae673"
  37   39  #define NETDFS_ABSTRACT_VERS            3
  38   40  
  39   41  #define NETDFS_TRANSFER_UUID            "8a885d04-1ceb-11c9-9fe8-08002b104860"
  40   42  #define NETDFS_TRANSFER_VERS            2
  41   43  
  42   44  #define NETDFS_OPNUM_GETVER             0x00
  43   45  #define NETDFS_OPNUM_ADD                0x01
↓ open down ↓ 477 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX